Attempt #2 at meaningful bootstrap error message.

This commit is contained in:
Scott Ehlert
2011-04-13 18:37:41 -05:00
parent 86eb2360db
commit d47dd70141
+1 -1
View File
@@ -54,7 +54,7 @@ if ($reconf) {
} }
print "$result\n"; print "$result\n";
if ($? != 0) { if ($? != 0) {
die('Could not configure: $!\n'); die("Could not configure: $!\n");
} }
open(FILE, '>sentinel'); open(FILE, '>sentinel');
print FILE "this is nothing.\n"; print FILE "this is nothing.\n";