* bootstrap (usage): Don't send --help to stderr.
Use a here doc instead of a long string.
+2009-08-19 Akim Demaille <demaille@gostai.com>
+
+ bootstrap: --help to stdout.
+ * bootstrap (usage): Don't send --help to stderr.
+ Use a here doc instead of a long string.
+
2009-08-21 Eric Blake <ebb9@byu.net>
test-popen-safer: split from test-popen
bt2=${bt}2
usage() {
- echo >&2 "\
+ cat <<EOF
Usage: $0 [OPTION]...
Bootstrap this package from the checked-out sources.
are honored.
Running without arguments will suffice in most cases.
-"
+EOF
}
# Configuration.