summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-23 15:37:28 +0300
committerValery Piashchynski <[email protected]>2020-02-23 15:37:28 +0300
commit42b897b3e6ec564402dbe35c1ec0a0f5d99ef511 (patch)
tree28360d1ca4f3084666d8f627a8381e716e1dc7d1 /build.sh
parentee15f84a9b545ba99c8d678f14367e216e9980f2 (diff)
Quote expression in bash
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ba0a1716..ff704c9a 100755
--- a/build.sh
+++ b/build.sh
@@ -12,7 +12,7 @@ LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.BuildTime=$(date +%
LDFLAGS="$LDFLAGS -s"
build(){
- echo Packaging $1 Build
+ echo Packaging "$1" Build
bdir=roadrunner-${RR_VERSION}-$2-$3
rm -rf builds/"$bdir" && mkdir -p builds/"$bdir"
GOOS=$2 GOARCH=$3 ./build.sh