1
0
Fork 0

/bin/{bash => sh} to support system with only sh installed

- e.g. FreeBSD
- Nothing in the scripts actually needs BASH anyway
closure/master
Mike Gerwitz 2011-03-07 22:54:59 -05:00
parent 841b5ac5a5
commit ab8faad53f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Copyright (C) 2010 Mike Gerwitz
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Copyright (C) 2010 Mike Gerwitz
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Removes trailing commas from array and object declarations (certain browsers,
# such as earlier versions of IE, do not parse trailing commas correctly)