From 026c2608f8cf6c4916bf6a7bd497b7c3f5baf346 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Apr 2011 10:35:02 +0200 Subject: Treat etc as other modules --- git/pull.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git/pull.sh') diff --git a/git/pull.sh b/git/pull.sh index 51fe2a1..cf94cf0 100755 --- a/git/pull.sh +++ b/git/pull.sh @@ -7,9 +7,9 @@ self=`realpath $0` wd=`pwd` -for i in $all_modules; do +for i in $modules; do echo "pull $i" 1>&2 cd $i - git pull --rebase $* + git pull $* cd $wd done -- cgit v1.1