Buchan Milne <[EMAIL PROTECTED]> wrote: > On Thu, 24 Jul 2003, Han Boetes wrote: > > > Don't forget to mention that ash strifes for complete POSIX compliance > > and is therefor ideal for testing your shell-scripts for portability. > > Just don't link it as /bin/sh while testing, since initscripts package > uses #!/bin/sh, but contains bash-isms. You machine won't boot > properly with ash! Probably I should get around to filing a bug on > initscripts that it should use #!/bin/bash ...
Within a few years you may read this message back and blush. You would put #!/bin/ash in the script. # Han -- http://www.xs4all.nl/~hanb/software http://www.xs4all.nl/~hanb/documents/quotingguide.html
