Skip to content
Snippets Groups Projects
Commit b6dbb5af authored by Natanael Copa's avatar Natanael Copa
Browse files

newapkbuild: minor bugfix in is_uri()

parent 8bf6428c
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ is_url() { ...@@ -22,6 +22,7 @@ is_url() {
case "$1" in case "$1" in
http://*|ftp://*) return 0;; http://*|ftp://*) return 0;;
esac esac
return 1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment