On Mon, Apr 17, 2006 at 04:09:44PM +0200, Andreas Metzler wrote: > On 2006-04-17 Harald Dunkel <[EMAIL PROTECTED]> wrote: > [...] > > Suggested patch: > > > --- debian/x11-common.postinst.in~ 2006-04-15 18:33:45.000000000 +0200 > > +++ debian/x11-common.postinst.in 2006-04-17 15:16:42.000000000 +0200 > > @@ -50,7 +50,7 @@ > > fi > > fi > > > -if [ ! -L -e -d "/usr/X11R6/bin" ]; then > > +if ! [ -L "/usr/X11R6/bin" ] && [ -d "/usr/X11R6/bin" ]; then > [...] > > *Imho* > if [ ! -L "/usr/X11R6/bin" ] && [ -d "/usr/X11R6/bin" ]; then > is more readable.
More readable, not as portable.
signature.asc
Description: Digital signature