summaryrefslogtreecommitdiff
path: root/git/push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git/push.sh')
-rwxr-xr-xgit/push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/push.sh b/git/push.sh
index a97edea..cd1c1b8 100755
--- a/git/push.sh
+++ b/git/push.sh
@@ -8,7 +8,7 @@ self=`realpath $0`
wd=`pwd`
br=$1
-for i in $all_modules; do
+for i in $modules; do
echo "push $i" 1>&2
cd $i