diff options
author | David Timber <dxdt@dev.snart.me> | 2022-06-02 16:10:27 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2022-06-02 16:10:27 +0800 |
commit | f9f55240756a86d856843a65dc2de59042034681 (patch) | |
tree | 131a0651460ee08ee594a633db5df068816fb69d /bootstrap.sh | |
parent | ec43c0e7dc02199fb4c77b89e57791279f4a2622 (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-x | bootstrap.sh | 2 |
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 |