From: Denys Vlasenko Date: Sun, 16 May 2010 23:59:16 +0000 (+0200) Subject: scripts/gen_build_files.sh: revert to using /bin/sh X-Git-Tag: 1_17_0~221 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3015a1351a355434cf5b307114c0506e15f4214a;p=oweals%2Fbusybox.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 --- diff --git a/scripts/gen_build_files.sh b/scripts/gen_build_files.sh index ea14de5e2..6982877d8 100755 --- a/scripts/gen_build_files.sh +++ b/scripts/gen_build_files.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # bashism: # "read -r" without variable name reads line into $REPLY # without stripping whitespace.