mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 12:56:41 +10:00
Need bin prefix
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ unset GOPATH
|
||||
unset GOBIN
|
||||
|
||||
export GVM_VERSION=`cat $GVM_ROOT/VERSION`
|
||||
export PATH=$GVM_ROOT:$PATH
|
||||
export PATH=$GVM_ROOT/bin:$PATH
|
||||
[ -f $GVM_ROOT/environments/default ] && . $GVM_ROOT/environments/default
|
||||
. $GVM_ROOT/scripts/env/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user