fix busybox linking when /bin/sh is not bash (closes: #1115)
SVN-Revision: 5954
This commit is contained in:
parent
78589eabf2
commit
7303cda9fb
1 changed files with 9 additions and 0 deletions
9
package/busybox/patches/130-trylink_bash.patch
Normal file
9
package/busybox/patches/130-trylink_bash.patch
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue