Commit d4284163 by Zachary Snow

explicitly use bash to avoid dash compatability issues when running tests

parent 369e9f2f
#!/bin/sh #!/bin/bash
source ../lib/runner.sh source ../lib/runner.sh
#!/bin/sh #!/bin/bash
NO_SEPARATE_TBS=1 NO_SEPARATE_TBS=1
source ../lib/runner.sh source ../lib/runner.sh
#!/bin/sh #!/bin/bash
SCRIPT_DIR=`dirname "${BASH_SOURCE[0]}"` SCRIPT_DIR=`dirname "${BASH_SOURCE[0]}"`
SV2V="$SCRIPT_DIR/../../bin/sv2v" SV2V="$SCRIPT_DIR/../../bin/sv2v"
......
#!/bin/sh #!/bin/bash
source ../lib/runner.sh source ../lib/runner.sh
#!/bin/sh #!/bin/bash
cd `dirname "${BASH_SOURCE[0]}"` cd `dirname "${BASH_SOURCE[0]}"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment