diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-11-30 08:11:48 -0600 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-11-30 08:11:48 -0600 |
commit | 3fb11266a6f33a4779faa495829cab93d1b1faad (patch) | |
tree | b9d2432d994e1b8836d2cc15afac2ecbc02eaaa5 | |
parent | 0aa8df3702b2e1d6102ef65202b627b833da613a (diff) | |
download | sbotools2-3fb11266a6f33a4779faa495829cab93d1b1faad.tar.xz |
fix type location -> locate
-rwxr-xr-x | sboupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ if ($no_reqs or $non_int) { } for my $sbo (@$build_queue) { $locations{$sbo} = get_sbo_location ($sbo); - die "Unable to location $sbo in the SlackBuilds.org tree.\n" unless + die "Unable to locate $sbo in the SlackBuilds.org tree.\n" unless defined $locations{$sbo}; } |