scripts/gen_build_files.sh: revert to using /bin/sh
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 May 2010 23:59:16 +0000 (01:59 +0200)
committerDenys 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

index ea14de5e243aeaa2caf3aa2976237923fa37c8e3..6982877d84beaa0d37a79fa7f357dbe1d4d805e3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # bashism:
 # "read -r" without variable name reads line into $REPLY
 # without stripping whitespace.