We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8910b3 commit 29597e6Copy full SHA for 29597e6
.evergreen/scripts/install-dependencies.sh
@@ -5,7 +5,7 @@ set -eu
5
HERE=$(dirname ${BASH_SOURCE:-$0})
6
pushd "$(dirname "$(dirname $HERE)")" > /dev/null
7
8
-echo "before PATH=$PATH_EXT"
+echo "before PATH=$PATH"
9
10
# Source the env files to pick up common variables.
11
if [ -f $HERE/env.sh ]; then
0 commit comments