Switch scripts to use bash
This commit switches the command-line scripts to use bash instead of sh so that we can take advantage of features that bash provides like arrays. Relates #18251
This commit is contained in:
parent
e8ddf5de2f
commit
ef6a7631cf
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# CONTROLLING STARTUP:
|
# CONTROLLING STARTUP:
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
CDPATH=""
|
CDPATH=""
|
||||||
SCRIPT="$0"
|
SCRIPT="$0"
|
||||||
|
|
Loading…
Reference in New Issue