From 2b3fae8cca6c683520be162568f94baf2b5b7129 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 22 Sep 2014 21:04:38 +0200 Subject: [PATCH] [Project] fixing release.sh script --- li.strolch.dev/setVersion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/li.strolch.dev/setVersion.sh b/li.strolch.dev/setVersion.sh index 52ede6181..5bb2e2aab 100755 --- a/li.strolch.dev/setVersion.sh +++ b/li.strolch.dev/setVersion.sh @@ -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