From 2a8fe6cae7f6426b0a125cc173f412a8c68bf9cd Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 26 Nov 2019 15:45:48 +0100 Subject: [PATCH] quotes --- build-scripts/format-code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/format-code b/build-scripts/format-code index e3398bd2ea..13698a1d9f 100755 --- a/build-scripts/format-code +++ b/build-scripts/format-code @@ -25,7 +25,7 @@ for file in "${@}"; do echo "$file: skipped, not a regular file or unreadable" continue fi - tmp=$(mktemp $file.XXXXXXXX) + tmp=$(mktemp "$file.XXXXXXXX") if ! clang-format -style=file "$file" > "$tmp"; then rm "$tmp" else -- 2.47.2