aboutsummaryrefslogtreecommitdiff
path: root/sboupgrade
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-16 00:38:56 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-16 00:38:56 +0200
commit701a47a4bbbc77bb95b807827cd1fa3d5abfe49c (patch)
treef56b2309afc67bf981bfd8a0c87eb76a970e0ca3 /sboupgrade
parentfb84f53326c46700e8fc5c383f0a7a3425177c58 (diff)
downloadsbotools2-701a47a4bbbc77bb95b807827cd1fa3d5abfe49c.tar.xz
sbo*: expand non-leading tabs into spaces to align things properly
Diffstat (limited to 'sboupgrade')
-rwxr-xr-xsboupgrade18
1 files changed, 9 insertions, 9 deletions
diff --git a/sboupgrade b/sboupgrade
index 234ed53..91581ab 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -205,15 +205,15 @@ unless ($non_int) {
}
my ($failures, $exit) = process_sbos(
- TODO => $upgrade_queue,
- CMDS => \%commands,
- OPTS => \%options,
- JOBS => $jobs,
- LOCATIONS => \%locations,
- NOINSTALL => $no_install,
- NOCLEAN => $noclean,
- DISTCLEAN => $distclean,
- NON_INT => $non_int,
+ TODO => $upgrade_queue,
+ CMDS => \%commands,
+ OPTS => \%options,
+ JOBS => $jobs,
+ LOCATIONS => \%locations,
+ NOINSTALL => $no_install,
+ NOCLEAN => $noclean,
+ DISTCLEAN => $distclean,
+ NON_INT => $non_int,
);
print_failures($failures);