From: build Date: Tue, 13 Feb 2007 15:06:09 +0000 (+0000) Subject: adds date in logfile X-Git-Tag: foo~553 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3ef46d30d35e70e020650c48ec636289325e90d0;p=infrastructure.git adds date in logfile --- diff --git a/scripts/auto-update.sh b/scripts/auto-update.sh index 56cd847..dc7ae47 100755 --- a/scripts/auto-update.sh +++ b/scripts/auto-update.sh @@ -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