From df085e377b4714417f73ee6b69cfdd4b44692e20 Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Sun, 9 Sep 2012 00:34:32 -0500 Subject: fixed typo in converstion to Getopt::Long - -> --- sboclean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sboclean') diff --git a/sboclean b/sboclean index 3769fc9..5d8908c 100755 --- a/sboclean +++ b/sboclean @@ -40,7 +40,7 @@ GetOptions ( 'version|v' => \$vers, 'clean-dist|d' => \$clean_dist, 'clean-work|w' => \$clean_work, - 'interactive|i' => \$interactiv, + 'interactive|i' => \$interactive, ); show_usage && exit 0 if $help; -- cgit v1.2.3