From beaf133bab42b4633f73fd19b1e9d71d70eae4f8 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 3 Aug 2014 21:41:57 +0100 Subject: [PATCH] Output the value of $PATH as a debug message. --- bootstrap-salt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index a00d3da..12513c3 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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"