mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
build: Improve build messaging, say where we built Minio. (#3973)
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
#
|
||||
|
||||
main() {
|
||||
echo "Checking project is in GOPATH:"
|
||||
|
||||
IFS=':' read -r -a paths <<< "$GOPATH"
|
||||
for path in "${paths[@]}"; do
|
||||
minio_path="$path/src/github.com/minio/minio"
|
||||
|
||||
Reference in New Issue
Block a user