We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cf88a commit 61993f8Copy full SHA for 61993f8
examples/morpheusvm/scripts/build.sh
@@ -19,10 +19,4 @@ MORPHEUSVM_PATH=$(
19
cd .. && pwd
20
)
21
22
-# if there's exactly one argument use it as the output path to go build
23
-if [[ $# -eq 1 ]]; then
24
- go build -o "$1" ./cmd/morpheusvm
25
- exit 0
26
-fi
27
-
28
build_project "$MORPHEUSVM_PATH" "morpheusvm" "pkEmJQuTUic3dxzg8EYnktwn4W7uCHofNcwiYo458vodAUbY7"
0 commit comments