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 0175296..93a168d 100755 --- a/git/stash.sh +++ b/git/stash.sh @@ -10,6 +10,6 @@ wd=`pwd` for i in $odb_modules; do echo "stash $i" 1>&2 cd $i - git stash + git stash $* cd $wd done |