Re: [Cegcc-devel] Script does't compile on ubuntu : posix enhancement

2008-06-23 Thread Mosfet
Yes you can also do that but since too many scripts are not compliant for now with dash I prefer to change sh default shell. While I am it, I am also testing on cygwin and it seems now home directory is located in C:\Documents And Settings\My Documents while before it was located in c:\cygwin

Re: [Cegcc-devel] Script does't compile on ubuntu : posix enhancement

2008-06-23 Thread janrinze
Maybe a little off topic but would it not be better to change the script #!/bin/sh into #!/bin/bash ? Just a thought.. Jan Rinze. On Mon, 2008-06-23 at 10:14 +0200, Mosfet wrote: > I will check but actually it seems more complicated and finally I have > > changed the link sh->dash into sh->bash

Re: [Cegcc-devel] Script does't compile on ubuntu : posix enhancement

2008-06-23 Thread Mosfet
I will check but actually it seems more complicated and finally I have changed the link sh->dash into sh->bash because removing function keyword is not enough after some scripts use pushd/popd and it's not supported either because its a bash thing. see here for more info : http://www.lucas-nus