commit 22c13c1f0839695c22b64acee00606a7200c3bf0
parent 49ad54d50c2833ac80ac703753c93075c5bbeb11
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 1 Apr 2024 13:40:24 +0200
try forcing ../mustach
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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 ($?)!"