The SRCDIR is already included in the INSTSRC variable

This commit is contained in:
Douglas Clowes
2013-06-18 17:18:07 +10:00
parent 1ac674099d
commit eb1579de7d

View File

@@ -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