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