]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CI: Change ci_build.sh to use bash instead of sh.
authorJia Tan <jiat0218@gmail.com>
Fri, 24 Mar 2023 12:06:33 +0000 (20:06 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 24 Mar 2023 12:06:33 +0000 (20:06 +0800)
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.

build-aux/ci_build.sh

index 3b462e635fb0aac1f67f509a8751491448763ecf..0a9dc09bf906a8890700ff81f9142d78577df8b9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 #############################################################################
 #