make build scripts portalble
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
source _build_vars
|
||||
go build \
|
||||
-o gonicscan \
|
||||
-tags "$(tr '\n' ' ' < _build_tags)" \
|
||||
cmd/gonicscan/main.go
|
||||
|
||||
Reference in New Issue
Block a user