Skip to content

Commit 97df01a

Browse files
committed
cleanup
1 parent ae60535 commit 97df01a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evergreen/scripts/setup-dev-env.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ if [ -f $HERE/test-env.sh ]; then
1616
. $HERE/test-env.sh
1717
fi
1818

19-
# Try to use the binaries in the toolchain if available.
19+
# Try to use the binaries in the toolchain if available.
2020
if [ -n "${CI}" ]; then
21-
echo "HELLO"!
2221
export PATH
2322
case "${OSTYPE:?}" in
2423
cygwin)

0 commit comments

Comments
 (0)