Use /bin/sh instead of bash
This commit is contained in:
parent
d0f588e47d
commit
8a93f4bdd1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
cd $(dirname "$0")
|
cd $(dirname "$0")
|
||||||
|
|
||||||
|
|
Reference in a new issue