100-bash-location.patch 287 B

12345678910111213141516
  1. --- a/autogen.sh
  2. +++ b/autogen.sh
  3. @@ -1,4 +1,4 @@
  4. -#!/bin/bash
  5. +#!/usr/bin/env bash
  6. autoreconf -fi;
  7. rm -Rf autom4te*.cache;
  8. --- a/iptables-apply
  9. +++ b/iptables-apply
  10. @@ -1,4 +1,4 @@
  11. -#!/bin/bash
  12. +#!/usr/bin/env bash
  13. #
  14. # iptables-apply -- a safer way to update iptables remotely
  15. #