Don't use the Bash for system() implementation.
commit1575e333076361d4ba0aea19275e941f705fa6a0
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 1 Jul 2009 16:55:09 +0000 (1 16:55 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 1 Jul 2009 16:55:09 +0000 (1 16:55 +0000)
tree9561a7d8cd664927d2185cdfcf29a69b0f6dcafa
parent77288d3d36f859660c5653fe5aea5f908be1d003
Don't use the Bash for system() implementation.
The Bash can't handle AROS native paths which made
code like system("c:dir") fail with the error:
/bin/sh: internal error: freeing memory outside of block (corrupted?).

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@31512 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/system.c