From 832a6fb7974ea86f0559a871e8048ff943ac5189 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Dec 2020 16:01:25 -0300 Subject: ci-build.sh: Use double quotes for --- scripts/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci-build.sh') diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index d226332..f9602a1 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -2,7 +2,7 @@ set -Eeuo pipefail set -x -PREFIX='$LOGS_PREFIX/vps' +PREFIX="$LOGS_PREFIX/vps" mkdir -p "$PREFIX" read -r _ SHA _ # oldrev newrev refname FILENAME="$(date -Is)-$SHA.log" -- cgit v1.2.3