aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fgscr2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fgscr b/bin/fgscr
index b7b94dea..084f7b66 100755
--- a/bin/fgscr
+++ b/bin/fgscr
@@ -1,4 +1,4 @@
#!/bin/sh
# Find all the Git repositories in a directory and scrub them all
hash gscr || exit
-find "${@:-.}" -name '*.git' -exec gscr {} +
+find "${@:-.}" -name '*.git' -type d -exec gscr {} +