aboutsummaryrefslogtreecommitdiff
path: root/bin/fgscr
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fgscr')
-rwxr-xr-xbin/fgscr2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fgscr b/bin/fgscr
index 2a50cc20..b7b94dea 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' -exec gscr {} +