We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058f00d commit bffdfa4Copy full SHA for bffdfa4
bin/llvm-krun
@@ -9,7 +9,8 @@ expanded_input_file="$(mktemp tmp.in.XXXXXXXXXX)"
9
parser_file="$(mktemp tmp.parse.XXXXXXXXXX)"
10
temp_inputs=()
11
12
-cleanup () { # shellcheck disable=SC2329
+# shellcheck disable=SC2329
13
+cleanup () {
14
# shellcheck disable=SC2317
15
rm -rf "$input_file" "$expanded_input_file" "$output_file" "$parser_file" "${temp_inputs[@]}"
16
}
0 commit comments