diff options
Diffstat (limited to 'package/busybox/patches/140-trylink_bash.patch')
-rw-r--r-- | package/busybox/patches/140-trylink_bash.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/busybox/patches/140-trylink_bash.patch b/package/busybox/patches/140-trylink_bash.patch deleted file mode 100644 index f9571fcbc8..0000000000 --- a/package/busybox/patches/140-trylink_bash.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/scripts/trylink -+++ b/scripts/trylink -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/usr/bin/env bash - - debug=false - |