diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-12-19 04:37:07 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-12-19 04:37:07 +0000 |
commit | de55817a421bdb5e39d5a51053e606c8ac772222 (patch) | |
tree | 5fa68b5a6f670a312e9a5254a6eb1c5d750c6905 /packages/busybox/slingbox-1.3.1 | |
parent | 86bd77d66706b8886e174096e95eda2f52ac0676 (diff) |
slingbox-1.3.1: Remove bashism from scripts/trylink
Diffstat (limited to 'packages/busybox/slingbox-1.3.1')
-rw-r--r-- | packages/busybox/slingbox-1.3.1/trylink-bash.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/busybox/slingbox-1.3.1/trylink-bash.patch b/packages/busybox/slingbox-1.3.1/trylink-bash.patch new file mode 100644 index 0000000000..a1b00f6ddb --- /dev/null +++ b/packages/busybox/slingbox-1.3.1/trylink-bash.patch @@ -0,0 +1,8 @@ +--- busybox-1.3.1/scripts/trylink~ 2006-12-27 15:23:24.000000000 +1030 ++++ busybox-1.3.1/scripts/trylink 2007-12-19 15:03:20.000000000 +1030 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + debug=false + |