summaryrefslogtreecommitdiff
path: root/modules/Options.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-07-06 18:03:30 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-07-06 18:03:30 +0000
commit75b35760f91aab3d648f9aa0c2d12eebd453b53b (patch)
tree35cfd10160bcbc6465259b48b9b1973bbda88712 /modules/Options.pm
parentff3e60388eee2424bc3cb6a8a2118cfd25d522b9 (diff)
downloadMPC-75b35760f91aab3d648f9aa0c2d12eebd453b53b.tar.gz
ChangeLogTag: Wed Jul 6 13:00:22 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Options.pm')
-rw-r--r--modules/Options.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/Options.pm b/modules/Options.pm
index 186dc7fb..e3af6c90 100644
--- a/modules/Options.pm
+++ b/modules/Options.pm
@@ -222,6 +222,8 @@ sub options {
## Process the command line arguments
for(my $i = 0; $i <= $#args; $i++) {
my($arg) = $args[$i];
+ $arg =~ s/^--/-/;
+
if ($arg eq '-apply_project') {
$applypj = 1;
}