From cc37e3a141030ff3dce74bc3fbf329ad0dd38972 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Mon, 7 Dec 2015 03:25:37 +0100 Subject: Change newline cuddling of local overrides message --- SBO-Lib/lib/SBO/Lib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SBO-Lib/lib/SBO/Lib.pm') diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 97bc5a4..0f75eaa 100644 --- 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); -- cgit v1.2.3