X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=do-commit.sh;h=d36aa338cb02d96eb177940e7a44491268205339;hb=ad286e74a2a6c97f36812497d275ce3c6af3dab3;hp=8371df48e75fb0678c97516619657560082b74c7;hpb=d82d9cc0e0f209bf71750b00a9f41c1df8152346;p=apps%2Fmadmutt.git diff --git a/do-commit.sh b/do-commit.sh index 8371df4..d36aa33 100755 --- a/do-commit.sh +++ b/do-commit.sh @@ -1,4 +1,4 @@ #!/bin/sh svn update -echo $(($(svn info| awk -F': ' '/^Revision: / {print $2}')+1)) > ./VERSION.svn +echo "`svn info | awk -F': ' '/^Revision: / {print $2}'`+1" | bc > ./trunk/VERSION.svn svn commit "$@"