fix filterTest.sh parameters
This commit is contained in:
parent
3533111a69
commit
35a22de854
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user