From: Jia Tan Date: Fri, 24 Mar 2023 12:06:33 +0000 (+0800) Subject: CI: Change ci_build.sh to use bash instead of sh. X-Git-Tag: v5.5.1alpha~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf3d1f130e50cf63da4bb1031771605f6f443b6a;p=thirdparty%2Fxz.git 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. --- diff --git a/build-aux/ci_build.sh b/build-aux/ci_build.sh index 3b462e63..0a9dc09b 100755 --- a/build-aux/ci_build.sh +++ b/build-aux/ci_build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ############################################################################# #