From 93211139a00e11fc8c8807fbf8e7853b10410608 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 12 Jan 2021 03:48:19 +0100 Subject: [PATCH] build.sh: quote variables even if currently riskless to make linting easier --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2575b979b4..59e5c738a8 100755 --- a/build.sh +++ b/build.sh @@ -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