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

View File

@ -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";