summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-06-05 11:57:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-06-05 14:18:40 +0200
commit1dfb956306a1ec63e1d2f683c3414fffeb07b2e8 (patch)
treee3e0551528867070990513c87232a501f25cdd24 /autogen.sh
parent484b8cdf001d1305cf32ec96db0fe36ee0c3a25e (diff)
Indentation clean up
Change-Id: I1e3633f5bbf6b3ad0cdb2005a2a5608f3265ffdb
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 67d462c4cf93..663a4ed408ba 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -111,10 +111,10 @@ for my $arg (@cmdline_args) {
my $config = "distro-configs/$1.conf";
if (! -f $config) {
invalid_distro ($config, $1);
- } else {
- push @args, read_args ($config);
- }
} else {
+ push @args, read_args ($config);
+ }
+ } else {
push @args, $arg;
}
}