build/common: show passed arguments to step

This commit is contained in:
Franco Fichtner 2021-04-06 14:23:08 +02:00
parent 4c16a1073c
commit 4ed9cc53f1
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ confirm|fingerprint|info|make\.conf|print)
env | sort
fi
echo ">>> Running build step: ${SELF}"
echo ">>> Passing arguments: ${*:-"(none)"}"
;;
esac