aboutsummaryrefslogtreecommitdiff
path: root/sboupgradex
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-11-05 04:13:29 -0600
committerJacob Pipkin <j@dawnrazor.net>2012-11-05 04:13:29 -0600
commitee3be93c8b42928a5d6edb2b763c209eeda4d643 (patch)
tree15144940886cde232d29c9a2ef45e1f07bc8b63b /sboupgradex
parent9f653e629ca6027b577e07eea2f64876da8da587 (diff)
downloadsbotools2-ee3be93c8b42928a5d6edb2b763c209eeda4d643.tar.xz
get rid of prototypes for (readme|user)_prompt, all tests pass (tests are incomplete here)
Diffstat (limited to 'sboupgradex')
-rw-r--r--sboupgradex2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboupgradex b/sboupgradex
index c20774b..9612771 100644
--- a/sboupgradex
+++ b/sboupgradex
@@ -156,7 +156,7 @@ sub ask_opts ($) {
return;
}
-sub user_prompt ($$) {
+sub user_prompt {
exists $_[1] or script_error 'user_prompt requires two arguments.';
my ($sbo, $location) = @_;
my $fh = open_read ($location .'/README');