Skip to content

Commit 9cdc828

Browse files
committed
c_check: Unlink correct file
1 parent 7a9a4db commit 9cdc828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ if (($architecture eq "x86") || ($architecture eq "x86_64")) {
240240
} else {
241241
$no_avx512 = 0;
242242
}
243-
unlink("tmpf.o");
243+
unlink("$tmpf.o");
244244
}
245245
}
246246

0 commit comments

Comments
 (0)