Remove unused variables

This commit is contained in:
practicalswift
2017-10-04 19:58:51 +02:00
parent 937613d215
commit f6b3382fa3
3 changed files with 0 additions and 5 deletions
-2
View File
@@ -76,8 +76,6 @@ if [ -n "$1" ]; then
BASEDIR="$BASEDIR$RCSUBDIR.$RCVERSION/"
fi
fi
SIGNATUREFILE="$BASEDIR$SIGNATUREFILENAME"
else
echo "Error: need to specify a version on the command line"
exit 2