1
0
ミラー元 https://git.tukaani.org/xz.git 前回の同期 2025-09-18 16:38:24 +00:00

Scripts: Change quoting style from `...' to '...'.

このコミットが含まれているのは:
Jia Tan 2023-09-24 22:10:41 +08:00
コミット 9fb5de41f2
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -194,7 +194,7 @@ elif test $# -eq 2; then
esac;;
esac
else
printf '%s\n' "$0: Invalid number of operands; try \`${0##*/} --help' for help" >&2
printf '%s\n' "$0: Invalid number of operands; try '${0##*/} --help' for help" >&2
exit 2
fi

ファイルの表示

@ -156,7 +156,7 @@ done
eval "set -- $operands "'${1+"$@"}'
if test $have_pat -eq 0; then
case ${1?"Missing pattern; try \`${0##*/} --help' for help"} in
case ${1?"Missing pattern; try '${0##*/} --help' for help"} in
(*\'*)
grep="$grep -e '"$(printf '%sX\n' "$1" | LC_ALL=C sed "$escape");;
(*)