X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fupdate_these.sh;h=fb0f4495b756692a5c0c6bbd5497dba5731338bd;hb=29746c292d1930d85aeca1fb89f6d9e317303c0e;hp=afd79578dce3b235ce7daa3af3cd5c8bfd653faf;hpb=9fd22b6e5c4bb1aa1b3975da8d4d436664a0a03d;p=feisty_meow.git 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