We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86eb236 commit d47dd70Copy full SHA for d47dd70
tools/buildbot/bootstrap.pl
@@ -54,7 +54,7 @@
54
}
55
print "$result\n";
56
if ($? != 0) {
57
- die('Could not configure: $!\n');
+ die("Could not configure: $!\n");
58
59
open(FILE, '>sentinel');
60
print FILE "this is nothing.\n";
0 commit comments