diff --git a/tools/socpull b/tools/socpull index 84ad83b0b8e0dca733fdd0ba6e150f84f0af9e06..7b2810f85ec0446d594e66e725694d7f642af8c4 100755 --- a/tools/socpull +++ b/tools/socpull @@ -1,10 +1,4 @@ #!/bin/bash # Update all Submodules to latest commit -cd $SOCLABS_DESIGN_ROOT; git submodule foreach --recursive git pull -# for d in $SOCLABS_DESIGN_ROOT/* ; do -# if [ -f "$d/.git" ]; then -# echo "Git Pulling $d" -# cd $d; git pull; cd .. -# fi -# done \ No newline at end of file +cd $SOCLABS_DESIGN_ROOT; git pull; git submodule foreach --recursive git pull \ No newline at end of file