summaryrefslogtreecommitdiff
path: root/git/commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git/commit.sh')
-rwxr-xr-xgit/commit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/commit.sh b/git/commit.sh
index deecada..e5a1950 100755
--- a/git/commit.sh
+++ b/git/commit.sh
@@ -27,7 +27,7 @@ if test ! -s "$msg_file"; then
exit 1
fi
-for i in $modules; do
+for i in $odb_modules; do
echo "commit $i" 1>&2
cd $i
git add .