diff options
Diffstat (limited to 'net/get_iplayer/patches/patch-windows_get_iplayer_setup.cgi')
-rw-r--r-- | net/get_iplayer/patches/patch-windows_get_iplayer_setup.cgi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/get_iplayer/patches/patch-windows_get_iplayer_setup.cgi b/net/get_iplayer/patches/patch-windows_get_iplayer_setup.cgi deleted file mode 100644 index 0387e58162b..00000000000 --- a/net/get_iplayer/patches/patch-windows_get_iplayer_setup.cgi +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-windows_get_iplayer_setup.cgi,v 1.1 2014/11/11 21:49:01 shattered Exp $ - -test(1) uses = for string comparison. - ---- windows/get_iplayer_setup.cgi.orig 2012-06-02 16:37:17.000000000 +0000 -+++ windows/get_iplayer_setup.cgi -@@ -32,7 +32,7 @@ case "$QUERY_STRING" in - ;; - esac - --if [ "$TARGET" == "" ]; then -+if [ "$TARGET" = "" ]; then - cat <<EOF - Content-Type: text/html - |