Assume sane default to GOPATH if it doesn't exist in env
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
test -z "$GOPATH" && GOPATH="$HOME/go"
|
||||
|
||||
if ! test -x $GOPATH/bin/implant; then
|
||||
IMPLANT_GIT="https://github.com/skx/implant"
|
||||
|
||||
Reference in New Issue
Block a user