diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-08 00:33:10 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-08 00:33:10 +0000 |
commit | b76b60fcda8baa8032d07ab515f3c9a1477326b2 (patch) | |
tree | a8f8891662f5adfc61c30cca268cf65b60ebedc6 /package | |
parent | d212a08b1cf7ce508a4d9c2febdddba397ff4676 (diff) |
busybox: use bash for gen_build_files.sh to avoid printf argument list issues on some systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28849 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/patches/141-gen_build_files_bash.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/busybox/patches/141-gen_build_files_bash.patch b/package/busybox/patches/141-gen_build_files_bash.patch new file mode 100644 index 000000000..d258fb8bc --- /dev/null +++ b/package/busybox/patches/141-gen_build_files_bash.patch @@ -0,0 +1,8 @@ +--- a/scripts/gen_build_files.sh ++++ b/scripts/gen_build_files.sh +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/usr/bin/env bash + + # Note: was using sed OPTS CMD -- FILES + # but users complain that many sed implementations |