[tlbuild] TeX Live builds

Jonathan Kew jfkthame at googlemail.com
Fri Apr 24 23:31:10 CEST 2009


On 24 Apr 2009, at 21:51, Angelo Graziosi wrote:

> Norbert Preining ha scritto:
>> On Fr, 24 Apr 2009, Angelo Graziosi wrote:
>>> ./Build --without-graphite 2>&1 | tee ../texlive2009_build_linux.log
>> Try running Build with bash, not dash or something minimalistic.
>
> I have verified that
>
> echo $SHELL
>
> prints
>
> /bin/bash
>
> and that Konsole is configured to run Bash.
>
> Am I missing something?

The Build script starts with

#!/bin/sh

so I expect it will ignore your $SHELL setting and use that instead.

Try modifying that line to point to /bin/bash instead.

JK



More information about the tlbuild mailing list