From f9f55240756a86d856843a65dc2de59042034681 Mon Sep 17 00:00:00 2001 From: David Timber Date: Thu, 2 Jun 2022 16:10:27 +0800 Subject: Refactor build-all.sh ... - Separate config vars - Employ sensible format for target build spec - Mandate no argument --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') 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 -- cgit