From 22c13c1f0839695c22b64acee00606a7200c3bf0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 Apr 2024 13:40:24 +0200 Subject: try forcing ../mustach --- src/templating/dotest.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/templating/dotest.sh b/src/templating/dotest.sh index 7b24bcf9f..13688f3e9 100755 --- a/src/templating/dotest.sh +++ b/src/templating/dotest.sh @@ -6,9 +6,8 @@ exit_fail() { exit 1 } -mustach=${mustach:-../mustach} -ldd "${mustach}" -echo starting test +mustach="../mustach" +echo "starting test" if test "$NOVALGRIND" = 1 then $mustach "$@" > resu.last || exit_fail "ERROR! mustach command failed ($?)!" -- cgit v1.2.3