newapkbuild: https is also an url

This commit is contained in:
Natanael Copa 2013-02-15 12:36:31 +00:00
parent 68d7c8a225
commit e23f733ad9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ error() {
is_url() {
case "$1" in
http://*|ftp://*) return 0;;
http://*|https://*|ftp://*) return 0;;
esac
return 1
}