From: Chris Koeritz Date: Fri, 24 Feb 2012 20:44:01 +0000 (-0500) Subject: fixed mistake re git pull command for the simple updater. X-Git-Tag: 2.140.90~1553 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=4908d5a2cc83f7622e196c1756b5d5e1e03f612a;p=feisty_meow.git fixed mistake re git pull command for the simple updater. --- diff --git a/scripts/rev_control/update_these.sh b/scripts/rev_control/update_these.sh index afd79578..fb0f4495 100644 --- a/scripts/rev_control/update_these.sh +++ b/scripts/rev_control/update_these.sh @@ -9,7 +9,7 @@ for i in * ; do if [ -d ".svn" ]; then svn update . elif [ -d ".git" ]; then - git pull . + git pull fi popd fi