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 403ee78 commit 058f00dCopy full SHA for 058f00d
bin/llvm-krun
@@ -9,7 +9,7 @@ expanded_input_file="$(mktemp tmp.in.XXXXXXXXXX)"
9
parser_file="$(mktemp tmp.parse.XXXXXXXXXX)"
10
temp_inputs=()
11
12
-cleanup () {
+cleanup () { # shellcheck disable=SC2329
13
# shellcheck disable=SC2317
14
rm -rf "$input_file" "$expanded_input_file" "$output_file" "$parser_file" "${temp_inputs[@]}"
15
}
0 commit comments