]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Scripts: Change quoting style from `...' to '...'.
authorJia Tan <jiat0218@gmail.com>
Sun, 24 Sep 2023 14:10:41 +0000 (22:10 +0800)
committerJia Tan <jiat0218@gmail.com>
Sun, 24 Sep 2023 14:10:41 +0000 (22:10 +0800)
src/scripts/xzdiff.in
src/scripts/xzgrep.in

index c17d78b2c2da4d0b9c3bf00ec967954aafb3481d..72249d3abcc0a53690d856e237e2ffc6e58f4f30 100644 (file)
@@ -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
 
index 490e47d7b50335851575070b36a7ad59f45fa328..c98fb30d8c3f2df42b58b570c1f66d96ebd58d1e 100644 (file)
@@ -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");;
   (*)