From d47dd7014100f7baed59fe59605a7bdae03d54fc Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Wed, 13 Apr 2011 18:37:41 -0500 Subject: [PATCH] Attempt #2 at meaningful bootstrap error message. --- tools/buildbot/bootstrap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/bootstrap.pl b/tools/buildbot/bootstrap.pl index 3936faad..76ad13d8 100755 --- a/tools/buildbot/bootstrap.pl +++ b/tools/buildbot/bootstrap.pl @@ -54,7 +54,7 @@ if ($reconf) { } print "$result\n"; if ($? != 0) { - die('Could not configure: $!\n'); + die("Could not configure: $!\n"); } open(FILE, '>sentinel'); print FILE "this is nothing.\n";