Skip to content

Commit

Permalink
Merge pull request #396 from KiraCore/bugfix/echo
Browse files Browse the repository at this point in the history
fix using bash-utils func before actually installing them
  • Loading branch information
asmodat authored Oct 27, 2022
2 parents 5e4f0ce + a1600e0 commit cbaeec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ GO111MODULE=on go mod verify
env GOOS=$PLATFORM GOARCH=$ARCH go build -ldflags "${ldfName} ${ldfAppName} ${ldfVersion} ${ldfCommit} ${ldfBuildTags}" -o "$OUTPUT" ./cmd/sekaid
( [ "$PLATFORM" == "$LOCAL_PLATFORM" ] && [ "$ARCH" == "$LOCAL_ARCH" ] && [ -f $OUTPUT ] ) && \
echoInfo "INFO: Sucessfully built SEKAI $($OUTPUT version)" || echoInfo "INFO: Sucessfully built SEKAI to '$OUTPUT'"
echo "INFO: Sucessfully built SEKAI $($OUTPUT version)" || echo "INFO: Sucessfully built SEKAI to '$OUTPUT'"

0 comments on commit cbaeec0

Please sign in to comment.