mirror of https://github.com/zachjs/sv2v.git
explicitly use bash to avoid dash compatability issues when running tests
This commit is contained in:
parent
369e9f2f19
commit
d4284163dc
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
source ../lib/runner.sh
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
NO_SEPARATE_TBS=1
|
||||
source ../lib/runner.sh
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_DIR=`dirname "${BASH_SOURCE[0]}"`
|
||||
SV2V="$SCRIPT_DIR/../../bin/sv2v"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
source ../lib/runner.sh
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
cd `dirname "${BASH_SOURCE[0]}"`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue