summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2009-03-31 10:41:25 +0200
committerAkim Demaille <demaille@gostai.com>2009-03-31 11:11:26 +0200
commit78f654185a156fe2cbaba0fae78a80b2146024b9 (patch)
treeca6ac927d57922b174c0f7ccaf8ee35564772c05 /bootstrap
parentf7e241f4af6110236009bdb92b101519d382f6fd (diff)
downloadbison-78f654185a156fe2cbaba0fae78a80b2146024b9.tar.gz
bootstrap: --help to stdout.
* bootstrap (usage): Don't send --help to stderr. Use a here doc instead of a long string.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 02176d28..031ecf75 100755
--- a/bootstrap
+++ b/bootstrap
@@ -36,7 +36,7 @@ bt_regex=`echo "$bt"| sed 's/\./[.]/g'`
bt2=${bt}2
usage() {
- echo >&2 "\
+ cat <<EOF
Usage: $0 [OPTION]...
Bootstrap this package from the checked-out sources.
@@ -57,7 +57,7 @@ If the file bootstrap.conf exists in the current working directory, its
contents are read as shell variables to configure the bootstrap.
Running without arguments will suffice in most cases.
-"
+EOF
}
# Configuration.