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/branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/branch.sh') diff --git a/git/branch.sh b/git/branch.sh index 6827eb3..4362fb4 100755 --- a/git/branch.sh +++ b/git/branch.sh @@ -7,7 +7,7 @@ self=`realpath $0` wd=`pwd` -for i in $odb_modules; do +for i in $modules; do echo "branch $i" 1>&2 cd $i git branch $* -- cgit v1.1