diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-27 16:17:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-27 16:17:15 +0200 |
commit | 84aeef2e0fbea2e5f5310fbce1c95bf6464d74bf (patch) | |
tree | 6198ca9e079976ff59e04ef886f3553653ab1e5c | |
parent | 71012b0cbf0b9dca173a7350c5ff3f3232630c4e (diff) |
escape % char
-rw-r--r-- | php-phpmailer6.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 56747f6..bfe4eca 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -164,7 +164,7 @@ mkdir -p build/logs chmod +x test/fakesendmail.sh pushd build - smtp-sink -d "%d.%H.%M.%S" localhost:$PORT 1000 &>/dev/null & + smtp-sink -d "%%d.%%H.%%M.%%S" localhost:$PORT 1000 &>/dev/null & SMTPPID=$! popd |