fix filterTest.sh parameters
This commit is contained in:
parent
3533111a69
commit
35a22de854
@ -61,7 +61,6 @@ usage () {
|
|||||||
|
|
||||||
########################################
|
########################################
|
||||||
# recherche des binaires
|
# recherche des binaires
|
||||||
mbox=$(realpath "$1")
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
eMailShrinker="$(realpath "./eMailShrinker")"
|
eMailShrinker="$(realpath "./eMailShrinker")"
|
||||||
[ -x "${eMailShrinker}" ] || eMailShrinker="$(realpath "../../build/out/eMailShrinker")"
|
[ -x "${eMailShrinker}" ] || eMailShrinker="$(realpath "../../build/out/eMailShrinker")"
|
||||||
@ -86,6 +85,7 @@ esac
|
|||||||
[ "$#" -eq 1 ] || usage
|
[ "$#" -eq 1 ] || usage
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
mbox=$(realpath "$1")
|
||||||
dos2unix "${mbox}"
|
dos2unix "${mbox}"
|
||||||
DOMAINNAME="$(cat domainname)"
|
DOMAINNAME="$(cat domainname)"
|
||||||
JIRAFEAU_URL="https://depot.${DOMAINNAME}"
|
JIRAFEAU_URL="https://depot.${DOMAINNAME}"
|
||||||
|
Loading…
Reference in New Issue
Block a user