From: Akim Demaille Date: Tue, 31 Mar 2009 08:41:25 +0000 (+0200) Subject: bootstrap: --help to stdout. X-Git-Tag: v2.4.1a~63 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c1455babda1c43195e185a8590678836ad08ac8f 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 ff9105d5..0eae269f 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 72090116..4b0abfa6 100755 --- a/bootstrap +++ b/bootstrap @@ -36,7 +36,7 @@ bt_regex=`echo "$bt"| sed 's/\./[.]/g'` bt2=${bt}2 usage() { - echo >&2 "\ + cat <