adds date in logfile
[infrastructure.git] / scripts / auto-update.sh
index 56cd847..dc7ae47 100755 (executable)
@@ -5,5 +5,5 @@ DIRNAME=$(dirname $0)
 DIRNAME=$(cd $DIRNAME; pwd -P)
 
 cd $DIRNAME
-svn update &> .auto-update.log
+(date ; svn update ) &> .auto-update.log