[freeside-commits] branch FREESIDE_3_BRANCH updated. 40fa8913b5f453adee575b2bae03d745674ace76
Ivan
ivan at 420.am
Fri Aug 8 01:19:18 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 40fa8913b5f453adee575b2bae03d745674ace76 (commit)
from b4d1207f9b9d873e6c660682735151d1fdf89bd5 (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 40fa8913b5f453adee575b2bae03d745674ace76
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Aug 8 01:19:15 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