1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

CI: Change ci_build.sh to use bash instead of sh.

This script is only meant to be run as part of the CI build/test process
on machines that are known to have bash (Ubuntu and MacOS). If this
assumption changes in the future, then the bash specific commands will
need to be replaced with a more portable option. For now, it is
convenient to use bash commands.
This commit is contained in:
Jia Tan 2023-03-24 20:06:33 +08:00
parent ddfe164368
commit cf3d1f130e

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
#############################################################################
#