adds date in logfile
[infrastructure.git] / scripts / auto-update.sh
old mode 100644 (file)
new mode 100755 (executable)
index b38c00b..dc7ae47
@@ -1,8 +1,9 @@
 #!/bin/bash
+# performs svn update in this command's directory
 
 DIRNAME=$(dirname $0)
 DIRNAME=$(cd $DIRNAME; pwd -P)
 
 cd $DIRNAME
-svn update &> .auto-update.log
+(date ; svn update ) &> .auto-update.log