summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-03-24 20:06:33 +0800
committerJia Tan <jiat0218@gmail.com>2023-03-24 20:06:33 +0800
commitcf3d1f130e50cf63da4bb1031771605f6f443b6a (patch)
tree75a76a0fa3be9086fef11e2de1ae877b3ad5031f
parentddfe164368e779c40d061aa4ccc376129e92f8e1 (diff)
downloadxz-cf3d1f130e50cf63da4bb1031771605f6f443b6a.tar.gz
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.
-rwxr-xr-xbuild-aux/ci_build.sh2
1 files changed, 1 insertions, 1 deletions
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
#
#############################################################################
#