summaryrefslogtreecommitdiff
path: root/src/sudo.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/sudo.bash')
-rwxr-xr-xsrc/sudo.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sudo.bash b/src/sudo.bash
index 78cdb0b8a..cccebd342 100755
--- a/src/sudo.bash
+++ b/src/sudo.bash
@@ -17,7 +17,7 @@ if [[ ! -d /usr/local/bin ]]; then
exit 2
fi
-eval $(go tool dist env)
+eval $(go env)
cd $(dirname $0)
for i in prof cov
do