Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Feb 18, 2014
1 parent d17de16 commit f4fcb86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UpdateSubmodules.sh
Expand Up @@ -4,8 +4,10 @@ for DIRECTORY in *; do
if [ -d "$DIRECTORY" ]; then
if [ -e "$DIRECTORY/.git" ]; then
echo "Updating $DIRECTORY..."
pushd "$DIRECTORY"
git fetch
git pull
popd
fi
fi
done

0 comments on commit f4fcb86

Please sign in to comment.