fix: correct other scripts which use sh shebang but bash features
This commit is contained in:
parent
c97b378ccc
commit
7dc5646555
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
cd `dirname "$0"`
|
cd `dirname "$0"`
|
||||||
ROOT=`pwd -P`
|
ROOT=`pwd -P`
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
ROOT=`dirname $0`
|
ROOT=`dirname $0`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue