Rocco Rutte:
[apps/madmutt.git] / do-commit.sh
index 4e26a3d..1376de8 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
 svn update
-CURREV=`svn info | grep '^Revision' | cut -d : -f 2`
-echo "`echo $CURREV+1 | bc`" > ./VERSION.date
+echo "`svn info | awk -F': ' '/^Revision: / {print $2}'`+1" | bc > ./VERSION.svn
 svn commit "$@"