From: nico Date: Mon, 1 Jan 2007 20:19:24 +0000 (+0000) Subject: fix busybox linking when /bin/sh is not bash (closes: #1115) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=e30b09e91593583dacc9c690dda09fecda8f63cb;hp=7d588e1ab6de989156fcf8c9036852eb1808b564 fix busybox linking when /bin/sh is not bash (closes: #1115) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5954 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/patches/130-trylink_bash.patch b/package/busybox/patches/130-trylink_bash.patch new file mode 100644 index 000000000..7d2917162 --- /dev/null +++ b/package/busybox/patches/130-trylink_bash.patch @@ -0,0 +1,9 @@ +diff -ruN busybox-1.3.1-old/scripts/trylink busybox-1.3.1-new/scripts/trylink +--- busybox-1.3.1-old/scripts/trylink 2006-12-27 05:53:24.000000000 +0100 ++++ busybox-1.3.1-new/scripts/trylink 2007-01-01 21:01:08.000000000 +0100 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + debug=false +