summaryrefslogtreecommitdiff
path: root/src/env.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.bash')
-rw-r--r--src/env.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env.bash b/src/env.bash
index 4fc762821..c1055d561 100644
--- a/src/env.bash
+++ b/src/env.bash
@@ -29,7 +29,7 @@ if [ ! -d "$GOBIN" -a "$GOBIN" != "$GOROOT/bin" ]; then
fi
export OLDPATH=$PATH
-export PATH=/bin:/usr/bin:"$GOBIN":$PATH
+export PATH="$GOBIN":/bin:/usr/bin:$PATH
MAKE=make
if ! make --version 2>/dev/null | grep 'GNU Make' >/dev/null; then