mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-03 13:12:16 +00:00
newapkbuild: minor bugfix in is_uri()
This commit is contained in:
parent
8bf6428c8f
commit
b6dbb5afed
@ -22,6 +22,7 @@ is_url() {
|
||||
case "$1" in
|
||||
http://*|ftp://*) return 0;;
|
||||
esac
|
||||
return 1
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user