diff --git a/scripts/find-env.sh b/scripts/find-env.sh index 2394e06..2449d88 100755 --- a/scripts/find-env.sh +++ b/scripts/find-env.sh @@ -2,7 +2,6 @@ TMPF=`mktemp` - for d in $(find . -maxdepth 1 -type d | grep -v '\./\.' | grep '/' | cut -d'/' -f2); do egrep "/$d[/$]?" .gitignore >/dev/null 2>/dev/null if [ $? -eq 0 ]; then