scripts/gen_build_files.sh: revert to using /bin/sh

People want busybox to build w/o bash, with /bin/sh = ash

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-05-17 01:59:16 +02:00
parent 248c324f7c
commit 3015a1351a

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# bashism:
# "read -r" without variable name reads line into $REPLY
# without stripping whitespace.