]> granicus.if.org Git - graphviz/commit
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)
commit7f934c147bca3753e3424badb8b8d4c32c454524
tree8f24f6ec65dc4bdbc0f9f748a1254e5af9b4a98a
parent5305e936c6c045ee0fc0d1d896ab6a96924ff922
use specific Bash shebang on CI package install script

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