Kaydet (Commit) 695c1946 authored tarafından Enrico Weigelt, metux ITS's avatar Enrico Weigelt, metux ITS Kaydeden (comit) Rene Engelhard

Fixed previous commit on autogen.sh default config

Change-Id: I29cc49dcc284b462ac29d0d040e331f3e6d08e74
Reviewed-on: https://gerrit.libreoffice.org/1097Reviewed-by: 's avatarRene Engelhard <rene@debian.org>
Tested-by: 's avatarRene Engelhard <rene@debian.org>
üst d3e0fe82
......@@ -103,13 +103,12 @@ if (!@ARGV) {
@cmdline_args = @ARGV;
}
my @args;
my $default_config = "distro-configs/default.conf";
if (-f $default_config) {
print STDERR "Reading default config file: $default_config\n";
push @args, read_args ($default_config);
}
my @args;
for my $arg (@cmdline_args) {
if ($arg eq '--clean') {
clean();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment