mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix to exit on error [build]
This commit is contained in:
@@ -88,7 +88,8 @@ else {
|
||||
# Build EOL data
|
||||
if (-r "./webmin/os-eol-lib.pl") {
|
||||
print "Building OS EOL data\n";
|
||||
system("./os-eol-make.pl");
|
||||
my $err = system("./os-eol-make.pl");
|
||||
exit(1) if ($err);
|
||||
}
|
||||
|
||||
# Prepare dist files
|
||||
|
||||
Reference in New Issue
Block a user