1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-27 01:41:05 +02:00

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
This commit is contained in:
nico 2007-01-01 20:19:24 +00:00
parent 7d588e1ab6
commit e30b09e915

View 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