Skip to content

Commit

Permalink
Add comments for the update.
Browse files Browse the repository at this point in the history
  • Loading branch information
73rhodes committed May 20, 2014
1 parent 8422830 commit 86f332f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/n
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,10 @@ display_remote_versions() {
echo
}

#
# Set download mirror
#

set_mirror() {
test -z $1 && abort "mirror URL required"
MIRROR=`echo $1 | egrep -i "http(s)?:\/\/([a-z0-9_\-]+\.)+[a-z]+([\/][a-z0-9_\-]*)+"`
Expand Down

0 comments on commit 86f332f

Please sign in to comment.