[LDAPsh-cvs] ldapsh ldapsh,1.26.2.1,1.26.2.2
Status: Beta
Brought to you by:
rcorvalan
From: <j-d...@us...> - 2003-09-26 08:01:29
|
Update of /cvsroot/ldapsh/ldapsh In directory sc8-pr-cvs1:/tmp/cvs-serv9639 Modified Files: Tag: PATCH-812862 ldapsh Log Message: Added a missing pair of parentheses. Index: ldapsh =================================================================== RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v retrieving revision 1.26.2.1 retrieving revision 1.26.2.2 diff -C2 -d -r1.26.2.1 -r1.26.2.2 *** ldapsh 26 Sep 2003 03:43:48 -0000 1.26.2.1 --- ldapsh 26 Sep 2003 08:01:24 -0000 1.26.2.2 *************** *** 257,261 **** COLUMNS => {VALUE => ( $ENV{COLUMNS} && $ENV{COLUMNS} =~ /^[+]?\d+$/ ) ? ! $ENV{COLUMNS} : ( eval "require Term::Size; Term::Size::chars;" || 80 ), RIGHTS => 'RWL' }, --- 257,261 ---- COLUMNS => {VALUE => ( $ENV{COLUMNS} && $ENV{COLUMNS} =~ /^[+]?\d+$/ ) ? ! $ENV{COLUMNS} : ( eval "require Term::Size; Term::Size::chars();" || 80 ), RIGHTS => 'RWL' }, |