diff --git a/sbin/GitPull b/sbin/GitPull index 82cf6f6..2bcecec 100755 --- a/sbin/GitPull +++ b/sbin/GitPull @@ -21,7 +21,7 @@ do if [ -d ${ZZ}/$i ] then echo $i - cd ${ZZ}/$i; git pull) + (cd ${ZZ}/$i; git pull) fi done