X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Faradial-sftp_and_import;h=923c674bacb6d61388942187e4e9411fa8f6fc0c;hb=bc6393f0c5d8d3c797a22ed0280f18fe3ff32210;hp=13067123fd515a38cc0f9432bf435fb2f2d1ea51;hpb=4ef0b959f263b506ee1a0d06e69040d7f30a471a;p=freeside.git 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 {