From 6c46da7710616b7f085da789ce4131d1169fce5d Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 27 Jan 2023 10:34:50 +0200 Subject: [PATCH] [test] Fix shell script quoting --- test/shape/record-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/shape/record-test.sh b/test/shape/record-test.sh index 3c1717eba..4f16d9ca3 100755 --- a/test/shape/record-test.sh +++ b/test/shape/record-test.sh @@ -30,11 +30,11 @@ if test "x${fontfile:0:1}" == 'x-'; then fi shift if ! echo "$hb_subset" | grep -q 'subset'; then - echo "Specify hb-subset (or \"fonttools subset\"): got "$hb_subset"." >&2 + echo "Specify hb-subset (or \"fonttools subset\"): got '$hb_subset'." >&2 exit 1 fi if ! echo "$hb_shape" | grep -q 'hb-shape'; then - echo "Specify hb-shape (not hb-view, etc): got "$hb_shape"." >&2 + echo "Specify hb-shape (not hb-view, etc): got '$hb_shape'." >&2 exit 1 fi options=