[LDAPsh-cvs] ldapsh ldapsh,1.11,1.12
Status: Beta
Brought to you by:
rcorvalan
From: <po...@us...> - 2003-05-27 12:02:13
|
Update of /cvsroot/ldapsh/ldapsh In directory sc8-pr-cvs1:/tmp/cvs-serv19974 Modified Files: ldapsh Log Message: Fix redirection regexp (patch 629812) Index: ldapsh =================================================================== RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ldapsh 27 May 2003 12:00:38 -0000 1.11 --- ldapsh 27 May 2003 12:02:08 -0000 1.12 *************** *** 1945,1949 **** my $redir; ! if ($redir = s/([|>][\s\w\d_\/.-]+)//) { redir($1); } --- 1945,1949 ---- my $redir; ! if ($redir = s/;\s*([|>][\s\w\d_\/.-]+)//) { redir($1); } |