Output the value of $PATH as a debug message.

This commit is contained in:
Pedro Algarvio 2014-08-03 21:41:57 +01:00
parent c3e204d8b2
commit beaf133bab

View file

@ -1003,6 +1003,8 @@ echoinfo " OS Version: ${OS_VERSION}"
echoinfo " Distribution: ${DISTRO_NAME} ${DISTRO_VERSION}"
echo
echodebug "Binaries will be searched using the following \$PATH: ${PATH}"
# Let users know that we'll use a proxy
if [ "${_HTTP_PROXY}" != "" ]; then
echoinfo "Using http proxy $_HTTP_PROXY"