diff --git a/pash b/pash index f333710..b40e630 100755 --- a/pash +++ b/pash @@ -69,8 +69,10 @@ pw_copy() { pw_list() { if hash tree 2>/dev/null; then tree --noreport + else - find . -mindepth 1 + set +f + find -- * -type f fi }