aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-tool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-tool.sh b/scripts/create-tool.sh
index 14e0ac3..bb0322c 100755
--- a/scripts/create-tool.sh
+++ b/scripts/create-tool.sh
@@ -44,7 +44,7 @@ EOF
cat <<-'EOF' >> "$output"
main() {
- ( set -o posix ; set ) | grep ^argc_ # inspect all argc variables
+ ( set -o posix ; set ) | grep ^argc_
}
eval "$(argc --argc-eval "$0" "$@")"