The SRCDIR is already included in the INSTSRC variable
This commit is contained in:
@@ -196,9 +196,9 @@ then
|
|||||||
echo "$SRCDIR/MANIFEST.TXT not found"
|
echo "$SRCDIR/MANIFEST.TXT not found"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if [ ! -e $SRCDIR/$INSTSRC/MANIFEST.TXT ]
|
if [ ! -e $INSTSRC/MANIFEST.TXT ]
|
||||||
then
|
then
|
||||||
echo "$SRCDIR/$INSTSRC/MANIFEST.TXT not found"
|
echo "$INSTSRC/MANIFEST.TXT not found"
|
||||||
echo "You must list the files required for $INSTRUMENT in the manifest"
|
echo "You must list the files required for $INSTRUMENT in the manifest"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user