From cf3d1f130e50cf63da4bb1031771605f6f443b6a Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Fri, 24 Mar 2023 20:06:33 +0800 Subject: 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. --- build-aux/ci_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/ci_build.sh b/build-aux/ci_build.sh index 3b462e6..0a9dc09 100755 --- a/build-aux/ci_build.sh +++ b/build-aux/ci_build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ############################################################################# # -- cgit v1.2.1