Op za, 18-11-2006 te 17:29 +0100, schreef Mohammed Adnène Trojette: > Please be careful that you've introduced bashisms in your patch.
Indeed I have. Naughty me. Thanks for the notice.
Greetings Arjan
> For example:
>
> --- haskell98-report-20030706.orig/hierarchical-modules/Makefile
> +++ haskell98-report-20030706/hierarchical-modules/Makefile
> @@ -8,4 +8,4 @@
> TEXINPUTS=../styles: pdflatex $<
>
> clean :
> - rm hier.ps hier.pdf
> + rm -f hier.{ps,pdf,aux,dvi,log}
>
> should be
>
> - rm hier.ps hier.pdf
> + rm -f hier.ps hier.pdf hier.aux hier.dvi hier.log
>
signature.asc
Description: Dit berichtdeel is digitaal ondertekend

