mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Add simple FreeBSD support, make the minio project compilable
This commit is contained in:
@@ -19,8 +19,8 @@ _init() {
|
||||
|
||||
shopt -s extglob
|
||||
|
||||
PWD=$(pwd)
|
||||
GOPATH=$(go env GOPATH)
|
||||
PWD=$(pwd -P)
|
||||
GOPATH=$(cd "$(go env GOPATH)" ; env pwd -P)
|
||||
}
|
||||
|
||||
main() {
|
||||
|
||||
Reference in New Issue
Block a user