oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 26 May 2010 17:40:51 +0000 (19:40 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 26 May 2010 17:40:51 +0000 (19:40 +0200)
scripts/auto-update.sh

index 6b6b6f5..f2736b3 100755 (executable)
@@ -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 ;;