Revert "iptables: update to 1.4.18" due to toolchain-issue:
[openwrt.git] / package / network / utils / iptables / patches / 100-bash-location.patch
1 --- a/autogen.sh
2 +++ b/autogen.sh
3 @@ -1,4 +1,4 @@
4 -#!/bin/bash
5 +#!/usr/bin/env bash
6  
7  autoreconf -fi;
8  rm -Rf autom4te*.cache;
9 --- a/iptables-apply
10 +++ b/iptables-apply
11 @@ -1,4 +1,4 @@
12 -#!/bin/bash
13 +#!/usr/bin/env bash
14  #
15  # iptables-apply -- a safer way to update iptables remotely
16  #