aboutsummaryrefslogtreecommitdiff
path: root/sbofind
diff options
context:
space:
mode:
Diffstat (limited to 'sbofind')
-rwxr-xr-xsbofind3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbofind b/sbofind
index 9b54c17..dc394b5 100755
--- a/sbofind
+++ b/sbofind
@@ -64,8 +64,7 @@ FIRST: while (my $line = <$sb_txt>) {
my @split = split (' ', $line);
chomp (my $location = $split[2]);
$location =~ s#^\.##;
- my %hash = ($name => $config{SBO_HOME} . $location);
- push (@findings, \%hash);
+ push (@findings, {$name => $config{SBO_HOME} . $location} );
}
}
}