build: do not print env on clean

This commit is contained in:
Franco Fichtner 2022-07-06 10:06:43 +02:00
parent 37f355b866
commit 7e60766be2
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ if [ -n "${*}" ]; then
fi
case "${SELF}" in
confirm|fingerprint|info|list|make\.conf|print)
clean|confirm|fingerprint|info|list|make\.conf|print)
;;
*)
if [ -z "${PRINT_ENV_SKIP}" ]; then