From: Akim Demaille Date: Tue, 31 Mar 2009 08:41:25 +0000 (+0200) Subject: bootstrap: --help to stdout. X-Git-Tag: v2.7.90~924 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/78f654185a156fe2cbaba0fae78a80b2146024b9?ds=inline bootstrap: --help to stdout. * bootstrap (usage): Don't send --help to stderr. Use a here doc instead of a long string. --- diff --git a/ChangeLog b/ChangeLog index f4271cf7..86f1d918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-31 Akim Demaille + + bootstrap: --help to stdout. + * bootstrap (usage): Don't send --help to stderr. + Use a here doc instead of a long string. + 2009-03-31 Akim Demaille bootstrap: README-hacking no longer exists 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 <