From 0bea6ef3799e5169484c59584d246f72a3822283 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Mon, 8 Sep 2014 15:18:23 -0400 Subject: [PATCH] #29053 -d needs to pass an argument --- bin/aradial-sftp_and_import | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/aradial-sftp_and_import b/bin/aradial-sftp_and_import index 778ee2301..0cb6bca3a 100755 --- a/bin/aradial-sftp_and_import +++ b/bin/aradial-sftp_and_import @@ -65,7 +65,7 @@ our %status_type = ( ### use vars qw( $opt_m $opt_a $opt_b $opt_r $opt_d $opt_v $opt_P ); -getopts('m:abr:dP:v:'); +getopts('m:abr:d:P:v:'); my %options = (); -- 2.11.0