[Project] fixing release.sh script

This commit is contained in:
Robert von Burg 2014-09-22 21:04:38 +02:00
parent 512e9b0ca1
commit 2b3fae8cca
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ "$#" != "2" ] ; then
fi
if [ ! $(which xmlstarlet) ] ; then
echo "ERROR: xmlstarlet is missing!"s
echo "ERROR: xmlstarlet is missing!"
exit 1
fi