projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248c324
)
scripts/gen_build_files.sh: revert to using /bin/sh
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 16 May 2010 23:59:16 +0000
(
01:59
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 16 May 2010 23:59:16 +0000
(
01:59
+0200)
People want busybox to build w/o bash, with /bin/sh = ash
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/gen_build_files.sh
patch
|
blob
|
history
diff --git
a/scripts/gen_build_files.sh
b/scripts/gen_build_files.sh
index ea14de5e243aeaa2caf3aa2976237923fa37c8e3..6982877d84beaa0d37a79fa7f357dbe1d4d805e3 100755
(executable)
--- a/
scripts/gen_build_files.sh
+++ b/
scripts/gen_build_files.sh
@@
-1,4
+1,4
@@
-#!/bin/
ba
sh
+#!/bin/sh
# bashism:
# "read -r" without variable name reads line into $REPLY
# without stripping whitespace.