fix: use bash over sh in package-browser
This commit is contained in:
parent
9d7dedeb2f
commit
c97b378ccc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/bash -e
|
||||
|
||||
ROOT=`dirname $0`
|
||||
VERSION=""
|
||||
|
|
Loading…
Reference in a new issue