- fix one more use of SidebarWidth without checking for visibility (reported by Trey...
[apps/madmutt.git] / do-commit.sh
1 #!/bin/sh
2 svn update
3 echo "`svn info | awk -F': ' '/^Revision: / {print $2}'`+1" | bc > ./VERSION.svn
4 svn commit "$@"