From 3015a1351a355434cf5b307114c0506e15f4214a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 17 May 2010 01:59:16 +0200 Subject: [PATCH] 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 --- scripts/gen_build_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.