diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-21 15:54:05 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-21 15:54:05 -0500 |
commit | 13d6ff7e3399952875e7ff7673b2506e7e5f4026 (patch) | |
tree | 2978d00a6c390e2953ed90ea7665eb0213d77467 /mach | |
parent | f51cbd52221acd3971410dc3c4b77bb961cd8b63 (diff) | |
download | aura-central-13d6ff7e3399952875e7ff7673b2506e7e5f4026.tar.gz |
[Mach:Bash] Add code.binaryoutcast.com to webpatch
Diffstat (limited to 'mach')
-rwxr-xr-x | mach | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -43,7 +43,9 @@ elif [[ "$1" == "webpatch" ]] && [[ -n "$BINOC_GIT" ]] && [[ -n "$BINOC_CURL" ]] printf "Patch with what?" exit 1 else - if [[ "$2" == *"github.com"* ]] || [[ "$2" == *"repo.palemoon.org"* ]]; then + if [[ "$2" == *"github.com"* ]] || + [[ "$2" == *"code.binaryoutcast.com"* ]] || + [[ "$2" == *"repo.palemoon.org"* ]]; then echo ${2}.patch $BINOC_CURL -L ${2}.patch | "$BINOC_GIT" apply --reject else |