fix: use bash over sh in package-browser

This commit is contained in:
Tom French 2022-05-29 19:23:39 +01:00 committed by James Long
parent 9d7dedeb2f
commit c97b378ccc

View file

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
ROOT=`dirname $0`
VERSION=""