commit | cd82c3c041139c03fceea7e76fb48280b00d73da | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Jun 15 20:07:57 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Thu Jun 15 20:07:57 2006 +0000 |
tree | 403a08d61e570a94e887007685e8ee1bca0150d5 | |
parent | 04b7ef967bfb5a4b97600b27d60eb42e0346d8ab [diff] |
Don't do workarounds for broken shells. Busybox is about to grow a shell that we can run our own testsuite under, and I want it to handle the full range of strange and peverted behavior you can find in real world shell scripts. In the meantime, I'll just say #!/bin/bash in places that may care.