[Tests] Force bash instead of dash for the g1*.sh scripts

This commit is contained in:
Salvador E. Tropea 2023-02-24 11:40:25 -03:00
parent 99a39c1b6a
commit f2cfb848d4
3 changed files with 3 additions and 3 deletions

2
g1.sh
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ $KI_RELEASE == "nightly" ]; then
export KIAUS_USE_NIGHTLY="7.0"
fi

2
g2.sh
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ $KI_RELEASE == "nightly" ]; then
export KIAUS_USE_NIGHTLY="7.0"
fi

2
g3.sh
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ $KI_RELEASE == "nightly" ]; then
export KIAUS_USE_NIGHTLY="7.0"
fi