Attempt #2 at meaningful bootstrap error message.
This commit is contained in:
parent
86eb2360db
commit
d47dd70141
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user