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