[ogg-dev] [xiph-commits] r15288 - in trunk/ogg: debian doc

Ralph Giles giles at xiph.org
Wed Sep 10 10:31:16 PDT 2008


On 10-Sep-08, at 7:23 AM, ivo committed:

> -	if test -d CVS; then \
> +	#if test -d CVS; then \
>  		$(MAKE) cvs-clean ;\
>  	fi

comment detection happens before \ continuation in shell parsing, so  
this will error on fi. If you want to disable this clause you should  
just remove the whole thing.

  -r



More information about the ogg-dev mailing list