Subject: Re: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (657dbc88b12e6b544b5b34f640f04c74a0cd0acf)
Date: Sat, 5 Jan 2008 16:14:20 +0100
On Saturday 05 of January 2008 16:09:39 Elisamuel Resto wrote:
> --- a/php-pear/php-dev/BUILD
> +++ b/php-pear/php-dev/BUILD
> @@ -78,8 +78,11 @@ fi &&
> make &&
>
> # safety precaution against earlier PHP installations removing httpd.conf
> -# we can remove this sedit after a couple of ISOs (today's 2003-11-05)
> -if [ -f $INSTALL_LOGS/$SPELL-* ]
> - then sedit 's|.*/httpd\.conf.*||g' $INSTALL_LOGS/$SPELL-*
> -fi
> -
> +pushd "$INSTALL_LOGS" &>/dev/null
> +local each
> +for each in $SPELL-*; do
> + if test -f "$each"; then
> + sedit 's|.*/httpd\.conf.*||g' "$each"
> + fi
> +done
> +popd &>/dev/null
Some && are missing. BUILD can succed even when make fails.
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org
Attachment:
signature.asc Description: This is a digitally signed message part.