Skip to content

Commit d47dd70

Browse files
committed
Attempt alliedmodders#2 at meaningful bootstrap error message.
1 parent 86eb236 commit d47dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/buildbot/bootstrap.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555
print "$result\n";
5656
if ($? != 0) {
57-
die('Could not configure: $!\n');
57+
die("Could not configure: $!\n");
5858
}
5959
open(FILE, '>sentinel');
6060
print FILE "this is nothing.\n";

0 commit comments

Comments
 (0)