From: Otto Moerbeek Date: Tue, 26 Nov 2019 14:45:48 +0000 (+0100) Subject: quotes X-Git-Tag: auth-4.3.0-alpha1~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a8fe6cae7f6426b0a125cc173f412a8c68bf9cd;p=thirdparty%2Fpdns.git quotes --- 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