sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 3c35a12786f1673fea250d2019690f663710f778
parent d33027702ab0ae3837546ba9c142f07bd682deb6
Author: Jacob Pipkin <j@dawnrazor.net>
Date:   Sat, 22 Sep 2012 01:52:15 -0500

add missing period

Diffstat:
Msboupgrade | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sboupgrade b/sboupgrade @@ -122,7 +122,7 @@ sub get_inst_names ($) { # this subroutine may be getting a little out of hand. sub get_requires ($$) { - exists $_[1] or script_error 'get_requires requires two arguments'; + exists $_[1] or script_error 'get_requires requires two arguments.'; return if $no_reqs; my ($sbo, $readme) = @_; my $readme_orig = $readme;