generate a true shell script
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 7 Jul 2015 13:01:43 +0000 (13:01 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 7 Jul 2015 13:01:43 +0000 (13:01 +0000)
id-release

index 5acbcfb..8039946 100755 (executable)
@@ -22,7 +22,9 @@ case $1 in
        * ) usage ;;
 esac
 
+echo "#!/bin/sh"
 echo "# See also https://twiki.indexdata.com/twiki/bin/view/ID/AdamsReleaseProcedure"
+echo "set -e"
 echo ""
 
 echo "# Did you updated the news log file?"
@@ -99,3 +101,5 @@ echo "# if successfully, don't forget to push to origin"
 echo "git push origin master"
 echo "git push origin tag v$version"
 
+# EOF
+