aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-sh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract-sh.sh')
-rwxr-xr-xsrc/extract-sh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract-sh.sh b/src/extract-sh.sh
index c31df74..a8bb1ff 100755
--- a/src/extract-sh.sh
+++ b/src/extract-sh.sh
@@ -3,6 +3,6 @@
set -efu
TREE_GREPPER_LANGUAGE=sh \
-TREE_GREPPER_QUERY='((comment)+)' \
+TREE_GREPPER_QUERY='(comment)' \
LINE_COMMENT_START='#' \
"$(dirname "$0")"/extract-generic.sh "$@"