diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-01 13:40:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-01 13:40:24 +0200 |
commit | 22c13c1f0839695c22b64acee00606a7200c3bf0 (patch) | |
tree | 94138115999227ffd712fe813c692d4815dbb9b4 /src/templating | |
parent | 49ad54d50c2833ac80ac703753c93075c5bbeb11 (diff) |
try forcing ../mustach
Diffstat (limited to 'src/templating')
-rwxr-xr-x | src/templating/dotest.sh | 5 |
1 files 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 ($?)!" |