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

master
bbruns 2010-08-29 18:58:20 +00:00
parent 6e842c7f3a
commit 84b5e29fed
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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