diff options
Diffstat (limited to 'git/stash.sh')
-rwxr-xr-x | git/stash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/stash.sh b/git/stash.sh index 93a168d..63a6022 100755 --- a/git/stash.sh +++ b/git/stash.sh @@ -7,7 +7,7 @@ self=`realpath $0` wd=`pwd` -for i in $odb_modules; do +for i in $modules; do echo "stash $i" 1>&2 cd $i git stash $* |