diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-12-06 16:02:51 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-12-06 16:02:51 -0500 |
commit | 4bcbc40328a16aa8f53f69bb304784d9b5d5729b (patch) | |
tree | f5a4f6d648b35ba4541df04c1d48b4c48d9708d7 /gobuild.sh | |
parent | 0f76282fec329ae90b254c0ad348654f6d14bae8 (diff) |
Small update
Diffstat (limited to 'gobuild.sh')
-rwxr-xr-x | gobuild.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,8 +2,6 @@ SRCDIR=$(pwd) -GOPATH="$GOPATH:$SRCDIR" - -go env -w GOPATH=$GOPATH +export GOPATH="$GOPATH:$SRCDIR" go build -o build/parse src/main.go |