From 2289cab8846152adbee165b16fc31a9bc8ddf7b2 Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Fri, 16 Nov 2012 23:13:48 -0600 Subject: added now-required parenthese for get_sbo_location --- sboremove | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sboremove') diff --git a/sboremove b/sboremove index 93e2797..dd3b28e 100755 --- a/sboremove +++ b/sboremove @@ -69,7 +69,7 @@ for my $sbo (@ARGV) { my ($remove_queue, %required_by, %warnings, @confirmed); sub get_requires ($) { - my $location = get_sbo_location shift; + my $location = get_sbo_location (shift); my $requires = get_from_info (LOCATION => $location, GET => 'REQUIRES'); return $requires; } @@ -153,7 +153,7 @@ unless ($non_int) { chomp(my $viewrm = ); if ($viewrm =~ /^[Yy]/) { print "\n"; - my $locrm = get_sbo_location $pkg; + my $locrm = get_sbo_location ($pkg); $locrm .= '/README'; open(README, '<', $locrm) or die "could not open $locrm"; for my $line () { -- cgit v1.2.3