Browse Source

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>
Denys Vlasenko 14 years ago
parent
commit
3015a1351a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/gen_build_files.sh

+ 1 - 1
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.