We really need to be using bash rather then /bin/sh, as it seems dash isn't as compatible as I thought...

Este commit está contenido en:
bbruns 2010-08-29 18:58:20 +00:00
padre 6e842c7f3a
commit 84b5e29fed
Se han modificado 3 ficheros con 3 adiciones y 3 borrados

Ver fichero

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# By Brielle Bruns <bruns@2mbit.com>
# URL: http://www.sosdg.org/freestuff/firewall
# License: GPLv3

Ver fichero

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# By Brielle Bruns <bruns@2mbit.com>
# URL: http://www.sosdg.org/freestuff/firewall
# License: GPLv3

Ver fichero

@ -1,4 +1,4 @@
#/bin/sh
#/bin/bash
# By Brielle Bruns <bruns@2mbit.com>
# URL: http://www.sosdg.org/freestuff/firewall
# License: GPLv3