aboutsummaryrefslogtreecommitdiff
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
parentfb84f53326c46700e8fc5c383f0a7a3425177c58 (diff)
downloadsbotools2-701a47a4bbbc77bb95b807827cd1fa3d5abfe49c.tar.xz
sbo*: expand non-leading tabs into spaces to align things properly
-rwxr-xr-xsboclean10
-rwxr-xr-xsboinstall36
-rwxr-xr-xsboremove8
-rwxr-xr-xsboupgrade18
4 files changed, 36 insertions, 36 deletions
diff --git a/sboclean b/sboclean
index 82f06e4..ae39ff2 100755
--- a/sboclean
+++ b/sboclean
@@ -43,11 +43,11 @@ EOF
my ($help, $vers, $clean_dist, $clean_work, $interactive);
GetOptions(
- 'help|h' => \$help,
- 'version|v' => \$vers,
- 'clean-dist|d' => \$clean_dist,
- 'clean-work|w' => \$clean_work,
- 'interactive|i' => \$interactive,
+ 'help|h' => \$help,
+ 'version|v' => \$vers,
+ 'clean-dist|d' => \$clean_dist,
+ 'clean-work|w' => \$clean_work,
+ 'interactive|i' => \$interactive,
);
if ($help) { show_usage(); exit 0 }
diff --git a/sboinstall b/sboinstall
index f0e6799..ad0b208 100755
--- a/sboinstall
+++ b/sboinstall
@@ -53,15 +53,15 @@ my $jobs = $config{JOBS};
my ($help, $vers, $no_install, $non_int, $no_reqs, $compat32);
GetOptions(
- 'help|h' => \$help,
- 'version|v' => \$vers,
- 'noclean|c=s' => \$noclean,
- 'distclean|d=s' => \$distclean,
- 'noinstall|i' => \$no_install,
- 'jobs|j=s' => \$jobs,
- 'compat32|p' => \$compat32,
- 'nointeractive|r' => \$non_int,
- 'norequirements|R' => \$no_reqs,
+ 'help|h' => \$help,
+ 'version|v' => \$vers,
+ 'noclean|c=s' => \$noclean,
+ 'distclean|d=s' => \$distclean,
+ 'noinstall|i' => \$no_install,
+ 'jobs|j=s' => \$jobs,
+ 'compat32|p' => \$compat32,
+ 'nointeractive|r' => \$non_int,
+ 'norequirements|R' => \$no_reqs,
);
if ($help) { show_usage(); exit 0 }
@@ -184,15 +184,15 @@ unless ($non_int) {
}
my ($failures, $exit) = process_sbos(
- TODO => $build_queue,
- CMDS => \%commands,
- OPTS => \%options,
- JOBS => $jobs,
- LOCATIONS => \%locations,
- NOINSTALL => $no_install,
- NOCLEAN => $noclean,
- DISTCLEAN => $distclean,
- NON_INT => $non_int,
+ TODO => $build_queue,
+ CMDS => \%commands,
+ OPTS => \%options,
+ JOBS => $jobs,
+ LOCATIONS => \%locations,
+ NOINSTALL => $no_install,
+ NOCLEAN => $noclean,
+ DISTCLEAN => $distclean,
+ NON_INT => $non_int,
);
print_failures($failures);
diff --git a/sboremove b/sboremove
index 0317ba1..c94b3ee 100755
--- a/sboremove
+++ b/sboremove
@@ -40,10 +40,10 @@ EOF
my ($help, $vers, $non_int, $alwaysask, @excluded);
GetOptions(
- 'help|h' => \$help,
- 'version|v' => \$vers,
- 'nointeractive' => \$non_int,
- 'alwaysask|a' => \$alwaysask,
+ 'help|h' => \$help,
+ 'version|v' => \$vers,
+ 'nointeractive' => \$non_int,
+ 'alwaysask|a' => \$alwaysask,
);
if ($help) { show_usage(); exit 0 }
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);