back to dailies
[infrastructure.git] / scripts / auto-update.sh
old mode 100644 (file)
new mode 100755 (executable)
index b38c00b..64d4211
@@ -1,8 +1,8 @@
 #!/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