autogen.sh |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 695c1946e6898b20035c9f373a6fe5377f23213e
Author: Enrico Weigelt, metux ITS <[email protected]>
Date:   Sat Nov 17 11:12:31 2012 +0100

    Fixed previous commit on autogen.sh default config
    
    Change-Id: I29cc49dcc284b462ac29d0d040e331f3e6d08e74
    Reviewed-on: https://gerrit.libreoffice.org/1097
    Reviewed-by: Rene Engelhard <[email protected]>
    Tested-by: Rene Engelhard <[email protected]>

diff --git a/autogen.sh b/autogen.sh
index c5fb99c..8884d5f 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();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to