Re: [PATCH] Use bash for test.sh.
Joel Rosdahl <[email protected]>
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <CAK8D=pjSQhegDaOJFhDY8ynEwuLzVctNRcO3g2hY7JSdsNjz9g@mail.gmail.com> |
On 5 November 2012 18:55, Andrew Stubbs <[email protected]> wrote: > The test script fails with shells other than bash. At least dash > doesn't work. test.sh is intended to work even on Solaris's /bin/sh, which is even more restricted than dash. Current test.sh on master and maint works well with dash for me. Please report any failures you see. -- Joel