fixed mistake re git pull command for the simple updater.
authorChris Koeritz <fred@gruntose.com>
Fri, 24 Feb 2012 20:44:01 +0000 (15:44 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 24 Feb 2012 20:44:01 +0000 (15:44 -0500)
scripts/rev_control/update_these.sh

index afd79578dce3b235ce7daa3af3cd5c8bfd653faf..fb0f4495b756692a5c0c6bbd5497dba5731338bd 100644 (file)
@@ -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