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
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user