diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 17:09:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 17:09:15 +0000 |
commit | 6fbba268c3cc7cfa5d967924f0ef148a9d0659fe (patch) | |
tree | f213adda750383f7031f024c2a499636b9399981 /package/busybox/patches/140-trylink_bash.patch | |
parent | 863183ed6efaee60ae7b196234370b3b10b52d3e (diff) | |
download | upstream-6fbba268c3cc7cfa5d967924f0ef148a9d0659fe.tar.gz upstream-6fbba268c3cc7cfa5d967924f0ef148a9d0659fe.tar.bz2 upstream-6fbba268c3cc7cfa5d967924f0ef148a9d0659fe.zip |
rename patch to avoid duplicate patch number
SVN-Revision: 6201
Diffstat (limited to 'package/busybox/patches/140-trylink_bash.patch')
-rw-r--r-- | package/busybox/patches/140-trylink_bash.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/busybox/patches/140-trylink_bash.patch b/package/busybox/patches/140-trylink_bash.patch new file mode 100644 index 0000000000..7d29171623 --- /dev/null +++ b/package/busybox/patches/140-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 + |