diff options
Diffstat (limited to 'src/sudo.bash')
-rwxr-xr-x | src/sudo.bash | 2 |
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 |