aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2022-06-02 16:10:27 +0800
committerDavid Timber <dxdt@dev.snart.me>2022-06-02 16:10:27 +0800
commitf9f55240756a86d856843a65dc2de59042034681 (patch)
tree131a0651460ee08ee594a633db5df068816fb69d /bootstrap.sh
parentec43c0e7dc02199fb4c77b89e57791279f4a2622 (diff)
Refactor build-all.sh ...
- Separate config vars - Employ sensible format for target build spec - Mandate no argument
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 141ff9d..dd3ec17 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -5,7 +5,7 @@ Bootstrap the project directory for Autoconf and Automake. Run this script after
making changes to .ac and .am files.
Usage: $0
-The script requires no arguments in order to run.
+The script requires that no argument is passed in order to run.
EOF
exit 2
fi