commit | aefe1c260ec5aa691e8b6f773c7fa393bfad0f7b | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Mar 07 12:02:40 2011 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Mar 07 12:02:40 2011 +0100 |
tree | 54df56442e1f060eb0f155b5a860a2562b39ff09 | |
parent | 8b6b472f4edd701ac3b25d4a0c89ab506e09e0bb [diff] |
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>