]> git.phdru.name Git - git-scripts.git/blobdiff - ls-stash
Refactoring: Factor out run-repos and run-workdirs
[git-scripts.git] / ls-stash
index 193350820193a6c3b374c90f028a61bd6c0bdf0b..5f1e57feec4fceca35b8529142ec8917aac00d93 100755 (executable)
--- a/ls-stash
+++ b/ls-stash
@@ -1,7 +1,5 @@
 #! /bin/sh
 
-d="`git rev-parse --show-toplevel`" &&
-
-if [ -n "$d" ]; then
-   if [ -n "`git stash list`" ]; then echo "$d"; fi
+if [ -n "`git stash list`" ]; then
+   pwd
 fi