diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 19:08:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 19:08:01 +0000 |
commit | 1233a57f74605e17e501d2195cdf0d33c27bca40 (patch) | |
tree | 369d061264387fbc399220e6d53bc6856335047b /package/busybox/patches/140-trylink_bash.patch | |
parent | e2c94324e7175e4dd970e0e7d8aaa5090b52e158 (diff) | |
download | upstream-1233a57f74605e17e501d2195cdf0d33c27bca40.tar.gz upstream-1233a57f74605e17e501d2195cdf0d33c27bca40.tar.bz2 upstream-1233a57f74605e17e501d2195cdf0d33c27bca40.zip |
upgrade busybox to 1.4.0
SVN-Revision: 6204
Diffstat (limited to 'package/busybox/patches/140-trylink_bash.patch')
-rw-r--r-- | package/busybox/patches/140-trylink_bash.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/140-trylink_bash.patch b/package/busybox/patches/140-trylink_bash.patch index 7d29171623..f5e0b7b91c 100644 --- a/package/busybox/patches/140-trylink_bash.patch +++ b/package/busybox/patches/140-trylink_bash.patch @@ -3,7 +3,7 @@ diff -ruN busybox-1.3.1-old/scripts/trylink busybox-1.3.1-new/scripts/trylink +++ busybox-1.3.1-new/scripts/trylink 2007-01-01 21:01:08.000000000 +0100 @@ -1,4 +1,4 @@ -#!/bin/sh -+#!/bin/bash ++#!/usr/bin/env bash debug=false |