/bin/{bash => sh} to support system with only sh installed
- e.g. FreeBSD - Nothing in the scripts actually needs BASH anywayclosure/master
parent
841b5ac5a5
commit
ab8faad53f
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010 Mike Gerwitz
|
# Copyright (C) 2010 Mike Gerwitz
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010 Mike Gerwitz
|
# Copyright (C) 2010 Mike Gerwitz
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Removes trailing commas from array and object declarations (certain browsers,
|
# Removes trailing commas from array and object declarations (certain browsers,
|
||||||
# such as earlier versions of IE, do not parse trailing commas correctly)
|
# such as earlier versions of IE, do not parse trailing commas correctly)
|
||||||
|
|
Loading…
Reference in New Issue