From 4e15a2567b9d295a268629ea960040c0540e2b4b Mon Sep 17 00:00:00 2001 From: Andreas Louv Date: Tue, 4 Apr 2023 00:07:13 +0200 Subject: [PATCH] $VIMPRG is always empty when printed, escape it to make the message actual helpful --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index b7bde7f..a68e0b9 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -4,7 +4,7 @@ VIMPRG=${VIMPRG:=$(which vim)} if [ -z "$VIMPRG" ]; then - echo "ERROR: $VIMPRG is not found in PATH" + echo "ERROR: vim (\$VIMPRG) is not found in PATH" exit 1 fi -- 2.48.1