build.sh: quote variables even if currently riskless to make linting easier

This commit is contained in:
Thomas Debesse 2021-01-12 03:48:19 +01:00 committed by mborgerson
parent 3d5c2b2044
commit 93211139a0
1 changed files with 1 additions and 1 deletions

View File

@ -245,4 +245,4 @@ set -x # Print commands from now on
time make -j"${job_count}" 2>&1 | tee build.log
${postbuild} # call post build functions
"${postbuild}" # call post build functions