diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-09-01 12:06:19 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-09-01 12:06:19 -0500 |
commit | eb394521aabc27b9918c84a2fc6eb7571f577510 (patch) | |
tree | 052c0697ea23fe25180fe1b390e003c85cbff199 /SBO-Lib/lib | |
parent | b182d3c89554828478d8d24fd31a87ba629e75fc (diff) | |
download | sbotools2-eb394521aabc27b9918c84a2fc6eb7571f577510.tar.xz |
almost there.
Diffstat (limited to 'SBO-Lib/lib')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 2 |
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) { |