From: Thierry Parmentelat Date: Wed, 26 May 2010 17:40:51 +0000 (+0200) Subject: oops X-Git-Tag: foo~134 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fbee4f34edb4ac58243f4221b1e19a820101a785;p=infrastructure.git oops --- diff --git a/scripts/auto-update.sh b/scripts/auto-update.sh index 6b6b6f5..f2736b3 100755 --- a/scripts/auto-update.sh +++ b/scripts/auto-update.sh @@ -26,7 +26,7 @@ fi ########## cd $DIRNAME -case $(svn_or_git) in +case $(_svn_or_git) in svn) (date ; svn update ) >& .auto-update.log ;; git) (date ; git pull ) >& .auto-update.log ;; *) echo 'only svn and git are supported' >& .auto-update.log ;;