mirror of https://github.com/mirror/busybox.git
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>1_17_stable
parent
248c324f7c
commit
3015a1351a
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# bashism:
|
||||
# "read -r" without variable name reads line into $REPLY
|
||||
# without stripping whitespace.
|
||||
|
|
Loading…
Reference in New Issue