ash: fix execution of shell scripts without shebang
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 7 Mar 2011 11:02:40 +0000 (12:02 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 7 Mar 2011 11:02:40 +0000 (12:02 +0100)
commitaefe1c260ec5aa691e8b6f773c7fa393bfad0f7b
tree54df56442e1f060eb0f155b5a860a2562b39ff09
parent8b6b472f4edd701ac3b25d4a0c89ab506e09e0bb
ash: fix execution of shell scripts without shebang

We were assuming #!/bin/sh, whereas we had to simply re-enter ash.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c