aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib.pm
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-09-01 12:06:19 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-09-01 12:06:19 -0500
commiteb394521aabc27b9918c84a2fc6eb7571f577510 (patch)
tree052c0697ea23fe25180fe1b390e003c85cbff199 /SBO-Lib/lib/SBO/Lib.pm
parentb182d3c89554828478d8d24fd31a87ba629e75fc (diff)
downloadsbotools2-eb394521aabc27b9918c84a2fc6eb7571f577510.tar.xz
almost there.
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index 79a2946..c3b86a0 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -680,7 +680,7 @@ sub make_distclean (%) {
}
my $sbo = get_sbo_from_loc $args{LOCATION};
make_clean $sbo, $args{SRC}, $args{VERSION};
- say "Distcleaning for $sbo-$args{VERSION}...";
+ say "Distcleaning for $sbo-$args{VERSION}...\n";
# remove any distfiles for this particular SBo.
my %downloads = get_sbo_downloads (LOCATION => $args{LOCATION});
for my $key (keys %downloads) {