From 35a22de854bdc436802fd4dde1a77ad214009a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 17 Sep 2023 17:11:22 +0200 Subject: [PATCH] fix filterTest.sh parameters --- src/bash/filterTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bash/filterTest.sh b/src/bash/filterTest.sh index 77981a9..f2ec0ec 100755 --- a/src/bash/filterTest.sh +++ b/src/bash/filterTest.sh @@ -61,7 +61,6 @@ usage () { ######################################## # recherche des binaires -mbox=$(realpath "$1") cd $(dirname $0) eMailShrinker="$(realpath "./eMailShrinker")" [ -x "${eMailShrinker}" ] || eMailShrinker="$(realpath "../../build/out/eMailShrinker")" @@ -86,6 +85,7 @@ esac [ "$#" -eq 1 ] || usage ######################################## +mbox=$(realpath "$1") dos2unix "${mbox}" DOMAINNAME="$(cat domainname)" JIRAFEAU_URL="https://depot.${DOMAINNAME}"