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