[tlbuild] PATCH: Fix build on OpenBSD
Peter Breitenlohner
peb at mppmu.mpg.de
Mon Jun 1 14:04:34 CEST 2009
On Sun, 31 May 2009, vext01 at gmail.com wrote:
> --- source/texk/dvipsk/texc.script.old Sat May 30 14:49:31 2009
> +++ source/texk/dvipsk/texc.script Sat May 30 14:49:49 2009
> @@ -4,5 +4,5 @@
> # To use it, say
> # texc.script tex.lpro texc.lpro
> #
> -sed $1 -e '/begin code/,/end code/d' \
> - -e '/alternate code/,/end of code/s/^% //' >$2
> +sed -e '/begin code/,/end code/d' \
> + -e '/alternate code/,/end of code/s/^% //' $1 >$2
Hi Ed,
this was entirely my fault when converting from ed to sed. Already fixed.
Regards
Peter
More information about the tlbuild
mailing list