From 7303cda9fbcc55e1d5e330b7fa880545b85b9334 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 1 Jan 2007 20:19:24 +0000 Subject: fix busybox linking when /bin/sh is not bash (closes: #1115) SVN-Revision: 5954 --- package/busybox/patches/130-trylink_bash.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/busybox/patches/130-trylink_bash.patch (limited to 'package/busybox') diff --git a/package/busybox/patches/130-trylink_bash.patch b/package/busybox/patches/130-trylink_bash.patch new file mode 100644 index 0000000000..7d29171623 --- /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 + -- cgit v1.2.3