[freeside-commits] branch master updated. 7f1bc9c18dc4a2cd1c9a8f972c3107821af0e649

Jeremy Davis jeremyd at 420.am
Mon Sep 8 12:17:37 PDT 2014


The branch, master has been updated
       via  7f1bc9c18dc4a2cd1c9a8f972c3107821af0e649 (commit)
      from  fff03530dc39f2a8e646c0bebdba044013150bf7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7f1bc9c18dc4a2cd1c9a8f972c3107821af0e649
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Sep 8 15:17:13 2014 -0400

    #29053 -d needs to pass an argument

diff --git a/bin/aradial-sftp_and_import b/bin/aradial-sftp_and_import
index 778ee23..0cb6bca 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 = ();
 

-----------------------------------------------------------------------

Summary of changes:
 bin/aradial-sftp_and_import |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list