aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-24 22:09:16 +0800
committerJia Tan <jiat0218@gmail.com>2023-09-24 22:09:16 +0800
commitbe012b8097a4eaee335b51357d6befa745f753ce (patch)
tree106214305a898818c1b1033ea00b00913d3e78cc /windows
parentDocs: Change quoting style from `...' to '...'. (diff)
downloadxz-be012b8097a4eaee335b51357d6befa745f753ce.tar.xz
Build: Change quoting style from `...' to '...'.
Diffstat (limited to 'windows')
-rw-r--r--windows/build.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/build.bash b/windows/build.bash
index 2d1ca9ce..9229af73 100644
--- a/windows/build.bash
+++ b/windows/build.bash
@@ -125,7 +125,7 @@ txtcp()
shift 2
for SRCFILE; do
DESTFILE="$DESTDIR/${SRCFILE##*/}$SUFFIX"
- echo "Converting \`$SRCFILE' -> \`$DESTFILE'"
+ echo "Converting '$SRCFILE' -> '$DESTFILE'"
u2d < "$SRCFILE" > "$DESTFILE"
done
}