Commit b313adc4 authored by Ulf Möller's avatar Ulf Möller
Browse files

OpenBSD complains.

parent 623bb80b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ if (open(TEST,">cctest.c")) {
	print OUT "Compiler doesn't work.\n";
	goto err;
    }
    system("ar r cctest.a");
    system("ar r cctest.a /dev/null");
    if (not -f "cctest.a") {
	print OUT "Check your archive tool (ar).\n";
	goto err;