]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
quotes 8345/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 26 Nov 2019 14:45:48 +0000 (15:45 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 26 Nov 2019 14:45:48 +0000 (15:45 +0100)
build-scripts/format-code

index e3398bd2ea2e97bcf33e3420ab04eb3c91fc25bd..13698a1d9f14c46be1c5d6021828c2de5442a2fb 100755 (executable)
@@ -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