2010-10-18 [colin] 3.7.6cvs57
[claws.git] / commitHelper
index a73229d76f34009fce464597db583675b724d28b..93b2b9cbeceb083181d6391e047a9ac1f34991be 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 args=`echo $@`
 tmpfile=${0##*/}.tmp
 
@@ -74,7 +74,11 @@ if [ "$name" == "salvatore" ]; then
        name="iwkse";
 fi;
 
-log="`date --utc +%Y-%m-%d` [$name]\t$nextsversion\n\n"
+if [ "$name" == "corn" ]; then
+       name="pawel";
+fi;
+
+log="`date -u +%Y-%m-%d` [$name]\t$nextsversion\n\n"
 for line in $files; do
        file=`echo $line | cut -d' ' -f2`
        dir=`dirname $file`
@@ -139,5 +143,5 @@ if [ "$ans" == "y" ]; then
                cvs commit -m "`cat /tmp/logentry.$$` "
        fi;
        rm -f /tmp/logentry.$$
-       wget -O /dev/null -o /dev/null http://www.colino.net/sylpheed-claws/update.php3
+       wget -O /dev/null -o /dev/null http://www.colino.net/claws-mail/update.php
 fi