summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8699f1c)
POSIX's printf(1), and dash(1)'s, does not support hex. Fixes
792d7e1e.
#### FreeBSD10 buildbot. It doesn't support EBCDIC-US, which is used
#### by the checks, so check for that. Though that doesn't seem to be
#### the reason.
#### FreeBSD10 buildbot. It doesn't support EBCDIC-US, which is used
#### by the checks, so check for that. Though that doesn't seem to be
#### the reason.
- printf '\xe4' | iconv -f EBCDIC-US -t UTF-8 >/dev/null 2>&1 ||
+ printf '\0344' | iconv -f EBCDIC-US -t UTF-8 >/dev/null 2>&1 ||
skip_param_value_checks=1
fi
skip_param_value_checks=1
fi