neilpang 2017-05-29 17:17:14 +08:00
parent f8bcfeb2ab
commit 8a420dd853
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ if [ "$(printf '\x41')" != 'A' ]; then
fi
_ESCAPE_XARGS=""
if [ "$(printf %s '\\x41' | xargs printf)" == 'A' ]; then
if [ "$(printf %s '\\x41' | xargs printf)" = 'A' ]; then
_ESCAPE_XARGS=1
fi