From 84aeef2e0fbea2e5f5310fbce1c95bf6464d74bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 May 2020 16:17:15 +0200 Subject: escape % char --- php-phpmailer6.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-phpmailer6.spec') 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 -- cgit