X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=do-commit.sh;h=3faaecba854ffd769d0d4ae9c4c8e6512f61e70f;hp=4e26a3d9f8c08dbdffe5d26d899905b244bcc352;hb=955b6b84c6eabd42a96ff0176003ef72d49d9c38;hpb=e83dbdbc6200a71981d06773869cd0492f81f16c diff --git a/do-commit.sh b/do-commit.sh index 4e26a3d..3faaecb 100755 --- a/do-commit.sh +++ b/do-commit.sh @@ -1,5 +1,5 @@ #!/bin/sh svn update CURREV=`svn info | grep '^Revision' | cut -d : -f 2` -echo "`echo $CURREV+1 | bc`" > ./VERSION.date +echo "`echo $CURREV+1 | bc`" > ./VERSION.svn svn commit "$@"