diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-03-05 20:51:57 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-03-05 20:51:57 +0000 |
commit | d023a087532869bbec589d77928b9796997e01a1 (patch) | |
tree | 19819c249a174bb63c8efab948a25a71c6bd5496 /package/network/utils/iptables/patches/100-bash-location.patch | |
parent | 15e0ff93228cb0f1060c6c239265f3ab04848467 (diff) | |
download | mtk-20170518-d023a087532869bbec589d77928b9796997e01a1.zip mtk-20170518-d023a087532869bbec589d77928b9796997e01a1.tar.gz mtk-20170518-d023a087532869bbec589d77928b9796997e01a1.tar.bz2 |
iptables: update to 1.4.18
SVN-Revision: 35892
Diffstat (limited to 'package/network/utils/iptables/patches/100-bash-location.patch')
-rw-r--r-- | package/network/utils/iptables/patches/100-bash-location.patch | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/package/network/utils/iptables/patches/100-bash-location.patch b/package/network/utils/iptables/patches/100-bash-location.patch index 818246e..02ee45b 100644 --- a/package/network/utils/iptables/patches/100-bash-location.patch +++ b/package/network/utils/iptables/patches/100-bash-location.patch @@ -1,13 +1,5 @@ ---- a/autogen.sh -+++ b/autogen.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - - autoreconf -fi; - rm -Rf autom4te*.cache; ---- a/iptables-apply -+++ b/iptables-apply +--- a/iptables/iptables-apply ++++ b/iptables/iptables-apply @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash |