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"
|
||||
exit 1
|
||||
fi
|
||||
if [ ! -e $SRCDIR/$INSTSRC/MANIFEST.TXT ]
|
||||
if [ ! -e $INSTSRC/MANIFEST.TXT ]
|
||||
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"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user