1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

fix printf

Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
This commit is contained in:
Minh-Quan TRAN 2019-12-20 15:55:26 +01:00
parent e9e1f37b20
commit a1547ab626
No known key found for this signature in database
GPG key ID: F59505DFB0B9AFD7

View file

@ -119,7 +119,7 @@ processCommandArguments () {
if test $processCommandArguments_endArgs -eq 0; then
case "$1" in
--cleanup)
printf '### WARNING the --cleanup option is deprecated (we always cleanup everything) ###\n' "$1" >&2
printf '### WARNING the %s option is deprecated (we always cleanup everything) ###\n' "$1" >&2
processCommandArguments_skip=1
;;
--)