X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=ls-assumed;h=7516733a854299e26e343094e36b3a0fe0c78821;hb=b90789d369c5500fa85a0954869626e8aa3566ce;hp=7f7a4079e7a5b932b20562ce49bb073db5959fb3;hpb=bde260ddb033606e9c70830cca48c94962c08021;p=git-scripts.git diff --git a/ls-assumed b/ls-assumed index 7f7a407..7516733 100755 --- a/ls-assumed +++ b/ls-assumed @@ -1,8 +1,5 @@ #! /bin/sh -d="`git rev-parse --show-toplevel`" && -g="`git rev-parse --git-dir`" && - -if [ -n "$d" ]; then - if [ -n "`git ls-files -v | grep ^[a-z]`" ]; then echo "$d"; fi +if [ -n "`git ls-files -v | grep ^[a-z]`" ]; then + pwd fi