[release]: invoke bash through /usr/bin/env

This makes sure that the expected bash is ran, instead of the hardcoded
version which may or may not exist at that path.
pull/906/head
a1346054 3 years ago
parent 4406feba3b
commit a362683dc8

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
PAUSE_TIME=0.5

Loading…
Cancel
Save