Re: svn commit: r11027 - trunk
From: Greg Hudson <ghudson_at_MIT.EDU>
 
Date: 2004-09-18 17:41:21 CEST 
On Fri, 2004-09-17 at 17:08, breser@tigris.org wrote:
 This redirection syntax is bash-specific and the [ ! $? ] test simply
   type pax > /dev/null 2>&1
 I would suggest the somewhat cooler:
   if [ -z "$ZIP" ] && ! type pax > /dev/null 2>&1; then
 but it won't work with deficient /bin/sh implementations like Solaris's,
 ---------------------------------------------------------------------
  | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.