]> granicus.if.org Git - graphviz/commitdiff
use specific Bash shebang on CI package install script
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 2 Nov 2021 14:54:36 +0000 (07:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 9 Nov 2021 16:12:54 +0000 (08:12 -0800)
This script does not use any Bashisms as far as I can tell, but we rely on Bash
elsewhere for shell scripts so may as well standardize on this here.

ci/install-packages.sh

index fb943c96dafdd0c169b7d45f88697adaf04613ac..2658b565d3c63d2df813f24a191227a19c74e526 100755 (executable)
@@ -1,5 +1,6 @@
-#!/bin/sh -e
+#!/usr/bin/env bash
 
+set -e
 set -x
 
 if [ "$( uname -s )" = "Darwin" ]; then