X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ls-no-description;h=58e7fa13ef3731d3d88ed29535ed2778d2c22c11;hb=0f2ee1cb405df27ca3d71d6794e16e617187e97d;hp=81ddb61b85032b9441aa0845dc8294be9305ed45;hpb=bde260ddb033606e9c70830cca48c94962c08021;p=git-scripts.git diff --git a/ls-no-description b/ls-no-description index 81ddb61..58e7fa1 100755 --- a/ls-no-description +++ b/ls-no-description @@ -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