diff options
author | midipix <writeonce@midipix.org> | 2021-06-12 19:50:26 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-12 19:50:26 +0000 |
commit | 05e861cf5e4f6e42c44a37e457ae62f18d250e41 (patch) | |
tree | c421aff631f27c0cf1ab37a33b5b04f3324a9e30 /src | |
parent | c8077bee89f17a64ccfdb170f61c6fec474950a9 (diff) | |
download | bautomake-05e861cf5e4f6e42c44a37e457ae62f18d250e41.tar.bz2 bautomake-05e861cf5e4f6e42c44a37e457ae62f18d250e41.tar.xz |
config.guess: remove lines accidentally inherited from config.sub.
Diffstat (limited to 'src')
-rwxr-xr-x | src/config.guess | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.guess b/src/config.guess index ccf5c3e..69162b9 100755 --- a/src/config.guess +++ b/src/config.guess @@ -33,9 +33,7 @@ export LC_ALL=C config_usage() { - printf 'usage:\n' >&2 - printf '\t%s [OPTION]\n' "$mb_script" >&2 - printf '\t%s (cross-)target-alias\n\n' "$mb_script" >&2 + printf 'usage:\n' >&2 printf 'Options:\n' >&2 printf '\t%s\n' \ |