diff --git a/git-pullall b/git-pullall index 8d8d6f6..50bd3a7 100755 --- a/git-pullall +++ b/git-pullall @@ -40,7 +40,7 @@ TARGET_PATH=${TARGET_PATH:=.} cd "$TARGET_PATH" if [ $RECURSIVE ] ; then - DIRS=($(find . -name .git)) + DIRS=($(find . -name .git | sort)) else DIRS=(./*/.git) fi