Hi,

By default Ubuntu 6.10 shell is 'dash' (not 'bash').
Checks the symbolic link, it should be:
        /bin/sh -> dash
But Ubuntu 6.10 comes with 'bash', so I changed the default
shell with the command:
        cd /bin
        ln -sf bash sh
Maybe it will solve the problem.

Regards,
Claudio


Rene Rebe wrote:
Hi,

On Monday 12 March 2007 19:00:15 Volker Jahns wrote:


I guess that the above output is desired.

Yeah, but the script contains #!/bin/bash on the top, no?

Any idea why the Debian bash does not behave like a bash

when executed like this?


Rene,

I changed the Build-Tools script so that
--
        cat << EOT > build/$SDECFG_ID/TOOLCHAIN/$toolsdir/wrapper/uname.$$
#!/bin/sh
--
changed into
--
        cat << EOT > build/$SDECFG_ID/TOOLCHAIN/$toolsdir/wrapper/uname.$$
#!/bin/bash
--
what gives me more compiling fun than before and still compiling ;-)


Err, ok. Sure - we have this in trunk already. I though you are building trunk.

Yours,



------------------------------------------------------------------------

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2

Reply via email to