Skip to content

Commit 058f00d

Browse files
Ignore shellcheck false positive
1 parent 403ee78 commit 058f00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/llvm-krun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ expanded_input_file="$(mktemp tmp.in.XXXXXXXXXX)"
99
parser_file="$(mktemp tmp.parse.XXXXXXXXXX)"
1010
temp_inputs=()
1111

12-
cleanup () {
12+
cleanup () { # shellcheck disable=SC2329
1313
# shellcheck disable=SC2317
1414
rm -rf "$input_file" "$expanded_input_file" "$output_file" "$parser_file" "${temp_inputs[@]}"
1515
}

0 commit comments

Comments
 (0)