[freeside-commits] branch FREESIDE_3_BRANCH updated. 0bea6ef3799e5169484c59584d246f72a3822283
Jeremy Davis
jeremyd at 420.am
Mon Sep 8 12:18:35 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 0bea6ef3799e5169484c59584d246f72a3822283 (commit)
from eb649eb7b8851a07a36955a26685d061b46e4593 (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 0bea6ef3799e5169484c59584d246f72a3822283
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Sep 8 15:18:23 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