mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-02 20:42:43 +00:00
newapkbuild: https is also an url
This commit is contained in:
parent
68d7c8a225
commit
e23f733ad9
@ -27,7 +27,7 @@ error() {
|
||||
|
||||
is_url() {
|
||||
case "$1" in
|
||||
http://*|ftp://*) return 0;;
|
||||
http://*|https://*|ftp://*) return 0;;
|
||||
esac
|
||||
return 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user