configure: unicode.

This commit is contained in:
ng0 2019-09-18 12:46:58 +00:00
parent cec90dc294
commit 4021fc1cdc
No known key found for this signature in database
GPG Key ID: E22F9BBFEE348588

4
configure vendored
View File

@ -15,7 +15,7 @@ usage() {
}
# -allow a command to fail with !s side effect on errexit
# -allow a command to fail with !'s side effect on errexit
# -use return value from ${PIPESTATUS[0]}, because ! hosed $?
! getopt --test > /dev/null
if [[ ${PIPESTATUS[0]} -ne 4 ]]; then
@ -33,7 +33,7 @@ if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
exit 2
fi
# read getopts output this way to handle the quoting right:
# read getopt's output this way to handle the quoting right:
eval set -- "$PARSED"
while true; do