[freeside-commits] branch master updated. bc6393f0c5d8d3c797a22ed0280f18fe3ff32210

Ivan ivan at 420.am
Fri Aug 8 01:19:14 PDT 2014


The branch, master has been updated
       via  bc6393f0c5d8d3c797a22ed0280f18fe3ff32210 (commit)
      from  c9081050af4a3bd2d151508605493c946b38ff9d (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 bc6393f0c5d8d3c797a22ed0280f18fe3ff32210
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Aug 8 01:18:58 2014 -0700

    fix file selection for aradial usage import, RT#29053

diff --git a/bin/aradial-sftp_and_import b/bin/aradial-sftp_and_import
index 1306712..923c674 100755
--- a/bin/aradial-sftp_and_import
+++ b/bin/aradial-sftp_and_import
@@ -85,7 +85,7 @@ elsif($opt_m eq 'sftp') {
   $ls_sftp->setcwd($opt_r) or die "can't chdir to $opt_r\n"
     if $opt_r;
 
-  $ls = $ls_sftp->ls('.', wanted => qr/^$.*\.$/i,
+  $ls = $ls_sftp->ls('.', no_wanted  => qr/^\.+$/,
                           names_only => 1 );
 }
 else {

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

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




More information about the freeside-commits mailing list