2005-01-01 [colin] 0.9.13cvs24
[claws.git] / commitHelper
index f6370c26ba2524ad3dd4d541b52efd2e38314891..7acd7977319cf935b7f4b6260e882e3317d512f8 100644 (file)
@@ -10,7 +10,7 @@ if [ "$1" == "--syncgtk2" ]; then
 fi;
 args=`echo $@`
 
-head -16 configure.ac | grep VERSION= > /tmp/commitTool.tmp
+head -16 configure.ac | grep VERSION= > /tmp/commitTool.tmp
 source /tmp/commitTool.tmp
 if [ -z "$EXTRA_GTK2_VERSION" ]; then
        EXTRA_VERSION=`echo $EXTRA_VERSION | awk -F'.' '{for (i=1;i<NF;i++){printf $i"."};printf $NF+1}'`
@@ -53,6 +53,12 @@ fi;
 if [ "$name" == "reboot" ]; then
        name="christoph";
 fi;
+if [ "$name" == "leroyc" ]; then
+       name="colin";
+fi;
+if [ "$name" == "torte" ]; then
+       name="thorsten";
+fi;
 
 log="`date --utc +%Y-%m-%d` [$name]\t$nextsversion\n\n"
 for line in $files; do