]> git.phdru.name Git - git-scripts.git/blobdiff - ls-no-description
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / ls-no-description
index 81ddb61b85032b9441aa0845dc8294be9305ed45..58e7fa13ef3731d3d88ed29535ed2778d2c22c11 100755 (executable)
@@ -4,5 +4,5 @@ g="`git rev-parse --git-dir`" &&
 
 if [ "`cat $g/description`" = "Unnamed repository; edit this file 'description' to name the repository." ]
 then
-   echo "$g"
+   pwd
 fi