blob: 818246e76bcb0439acea0c398db96f5f70821086 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | --- 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
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # iptables-apply -- a safer way to update iptables remotely
 #
 |