aboutsummaryrefslogtreecommitdiff
path: root/commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'commit.sh')
-rwxr-xr-xcommit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit.sh b/commit.sh
index 6a0e401..464d82f 100755
--- a/commit.sh
+++ b/commit.sh
@@ -34,7 +34,7 @@ for i in $modules; do
echo "commit $i" 1>&2
cd $i
if [ "$add" = "y" ]; then
- git add .
+ git add -A .
if [ $? -ne 0 ]; then
echo "add FAILED" 1>&2