]> granicus.if.org Git - graphviz/commitdiff
standardize on '/usr/bin/env bash' shebang for CI scripts
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 2 Nov 2021 14:56:05 +0000 (07:56 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 9 Nov 2021 16:12:54 +0000 (08:12 -0800)
This is slightly more portable (e.g. on FreeBSD Bash does not live at
/bin/bash). The previous shebang was fine on all the operating systems we
currently support, but this adds robustness as we expand CI coverage.

ci/build.sh

index affffa562ce7c4ff0860e8bbd6ece757400c7ae8..e5fa636edd4ae482a826196b084643948ddf98a4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 set -x
 set -e