[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.
This commit is contained in:
a1346054 2021-08-25 10:58:46 +00:00
parent 4406feba3b
commit a362683dc8
1 changed files with 1 additions and 1 deletions

View File

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