diff options
author | ivan <ivan> | 2005-06-09 07:19:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-06-09 07:19:31 +0000 |
commit | 7183047ba319da738cb2c80beda0a07e1e49f2cc (patch) | |
tree | 0a00a792148e170e45742520230c28507ba80c59 /FS/bin | |
parent | 2358bebdb617840f9a635187a71491ed4d16f614 (diff) |
declare new $opt_a
Diffstat (limited to 'FS/bin')
-rwxr-xr-x | FS/bin/freeside-daily | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index db6b97128..702d749e8 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -10,7 +10,7 @@ use FS::Conf; use FS::cust_main; &untaint_argv; #what it sounds like (eww) -use vars qw($opt_d $opt_v $opt_p $opt_s $opt_y); +use vars qw($opt_d $opt_v $opt_p $opt_a $opt_s $opt_y); getopts("p:a:d:vsy:"); my $user = shift or die &usage; |