commit cc37e3a141030ff3dce74bc3fbf329ad0dd38972
parent d6b3daa566d65888ca686913ea7b2f905c87768d
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Mon, 7 Dec 2015 03:25:37 +0100
Change newline cuddling of local overrides message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
@@ -1136,7 +1136,7 @@ sub user_prompt {
exists $_[1] or script_error('user_prompt requires two arguments.');
my ($sbo, $location) = @_;
my ($readme, $exit) = get_readme_contents($location);
- if (is_local($sbo)) { print "Found $sbo in local overrides.\n\n"; $exit = 0; }
+ if (is_local($sbo)) { print "\nFound $sbo in local overrides.\n"; $exit = 0; }
return $readme, undef, $exit if $exit;
# check for user/group add commands, offer to run any found
my $user_group = get_user_group($readme);