seems to be complaining about something...
[feisty_meow.git] / 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