From 3ef46d30d35e70e020650c48ec636289325e90d0 Mon Sep 17 00:00:00 2001 From: build Date: Tue, 13 Feb 2007 15:06:09 +0000 Subject: [PATCH] adds date in logfile --- scripts/auto-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0