fix: correct other scripts which use sh shebang but bash features

This commit is contained in:
Tom French 2022-05-29 19:58:26 +01:00 committed by James Long
parent c97b378ccc
commit 7dc5646555
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
cd `dirname "$0"`
ROOT=`pwd -P`

View file

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
ROOT=`dirname $0`