summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2023-01-16 18:19:30 +0100
committerDave Davenport <qball@blame.services>2023-01-16 18:19:30 +0100
commit652be74b1befc49d0ea10b6675f86403c9157281 (patch)
tree72ce9dee702914d03cb87de2f1b5f2e8724411c2
parent727d7c579df1d4950144c52720c7fbcc30b60457 (diff)
[Example] Small change in escaping for caday.
-rwxr-xr-xExamples/test_script_mode_color.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test_script_mode_color.sh b/Examples/test_script_mode_color.sh
index 23f5b2ff..16c93207 100755
--- a/Examples/test_script_mode_color.sh
+++ b/Examples/test_script_mode_color.sh
@@ -8,7 +8,7 @@ fi
if [ "$@" ]
then
# Override the previously set prompt.
- echo -en "\0theme\x1felement-text { background-color: "$@";}\n"
+ echo -en "\0theme\x1felement-text { background-color: $@;}\n"
echo -en "\0keep-selection\x1ftrue\n"
# echo -en "\0new-selection\x1f2\n"
echo "red"