diff options
Diffstat (limited to 'dumpdistribconf')
-rwxr-xr-x | dumpdistribconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpdistribconf b/dumpdistribconf index 4cf570f..2047072 100755 --- a/dumpdistribconf +++ b/dumpdistribconf @@ -26,7 +26,7 @@ GetOptions( foreach (@ARGV) { print "Using root $_...\n"; my $d = Distribconf::Build->new($_); - $d->load and do { + $d->load or do { warn "Can't load configuration from $_\n"; next; }; |