summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-24 13:55:49 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-24 13:55:49 +0200
commitc6ac8de4715bd4d005bbcc190784e1b4133db47b (patch)
tree0b96643be188ec8f2769740cb27a649fe15fbadf /bin
parenta95eb39726cadb56e9fed8825c170118c8d69116 (diff)
quote googoo aliases
Diffstat (limited to 'bin')
-rwxr-xr-xbin/common/goo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/goo b/bin/common/goo
index 442f25c..cfd03ec 100755
--- a/bin/common/goo
+++ b/bin/common/goo
@@ -18,6 +18,6 @@ arduino15"
for dir in $exclude; do
dirs="$dirs -name \"$dir\" -o "
done
-cmd="find ${2:-$HOME} \(${dirs} -false \) -prune -o -type ${1:-f} -print"
+cmd="find ${2:-$HOME} \(${dirs} -false \) -prune -o -type ${1:-f} -mindepth 1 -print"
eval "$cmd" 2>/dev/null