explicitly use bash to avoid dash compatability issues when running tests

This commit is contained in:
Zachary Snow 2019-04-16 16:35:47 -04:00
parent 369e9f2f19
commit d4284163dc
5 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
source ../lib/runner.sh

View File

@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
NO_SEPARATE_TBS=1
source ../lib/runner.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
SCRIPT_DIR=`dirname "${BASH_SOURCE[0]}"`
SV2V="$SCRIPT_DIR/../../bin/sv2v"

View File

@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
source ../lib/runner.sh

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
cd `dirname "${BASH_SOURCE[0]}"`