diff options
Diffstat (limited to 'git/checkout.sh')
-rwxr-xr-x | git/checkout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 $* |