summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-01 13:40:24 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-01 13:40:24 +0200
commit22c13c1f0839695c22b64acee00606a7200c3bf0 (patch)
tree94138115999227ffd712fe813c692d4815dbb9b4
parent49ad54d50c2833ac80ac703753c93075c5bbeb11 (diff)
downloadexchange-22c13c1f0839695c22b64acee00606a7200c3bf0.tar.gz
exchange-22c13c1f0839695c22b64acee00606a7200c3bf0.tar.bz2
exchange-22c13c1f0839695c22b64acee00606a7200c3bf0.zip
try forcing ../mustach
-rwxr-xr-xsrc/templating/dotest.sh5
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 ($?)!"