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/checkout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/checkout.sh') diff --git a/git/checkout.sh b/git/checkout.sh index c8adf54..2cf5717 100755 --- a/git/checkout.sh +++ b/git/checkout.sh @@ -12,7 +12,7 @@ if [ "$1" = "" ]; then exit 1 fi -for i in $odb_modules; do +for i in $modules; do echo "checkout $i" 1>&2 cd $i git checkout $* -- cgit v1.1