From 695c1946e6898b20035c9f373a6fe5377f23213e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux ITS" Date: Sat, 17 Nov 2012 11:12:31 +0100 Subject: Fixed previous commit on autogen.sh default config Change-Id: I29cc49dcc284b462ac29d0d040e331f3e6d08e74 Reviewed-on: https://gerrit.libreoffice.org/1097 Reviewed-by: Rene Engelhard Tested-by: Rene Engelhard --- autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index c5fb99c30144..8884d5f978ed 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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(); -- cgit v1.2.3