mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:02:22 -05:00
fix: use bash over sh in package-browser
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/bash -e
|
||||
|
||||
ROOT=`dirname $0`
|
||||
VERSION=""
|
||||
|
||||
Reference in New Issue
Block a user