On Thursday, 02 November 2006, at 19:03:32 (+0100),
Kim Woelders wrote:

> +if cvs -v >/dev/null 2>&1; then
> +  echo "Running autopoint..." ; autopoint -f || exit 1
> +else
>  # no more autopoint. cuases too many hassles. too bad gentoo users - go back
>  # to automake 1.9 :(
> -#echo "Running autopoint..." ; autopoint -f || exit 1
> +  echo "No cvs - Not running autopoint..."
> +fi

Better plan:

echo "Running autopoint..." ; autopoint -f || :
                                              ^
Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
n + 1, Inc., http://www.nplus1.net/       Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
 "I am the one and only; nobody I'd rather be.  I am the one and only.
  You can't take that away from me."                 -- Chesney Hawkes

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to