From bc6393f0c5d8d3c797a22ed0280f18fe3ff32210 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 8 Aug 2014 01:18:58 -0700 Subject: [PATCH] fix file selection for aradial usage import, RT#29053 --- 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 13067123f..923c674ba 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 { -- 2.11.0