summaryrefslogtreecommitdiff
path: root/Admin/gen-uni-tables
diff options
context:
space:
mode:
Diffstat (limited to 'Admin/gen-uni-tables')
-rwxr-xr-xAdmin/gen-uni-tables6
1 files changed, 3 insertions, 3 deletions
diff --git a/Admin/gen-uni-tables b/Admin/gen-uni-tables
index bdc42fa..c75ba9e 100755
--- a/Admin/gen-uni-tables
+++ b/Admin/gen-uni-tables
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2015-2018 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
progname=$0
@@ -96,7 +96,7 @@ signal=0
|| func_fatal_error "cannot compile gen-uni-tables.c"
: ${WGET=wget}
-"$WGET" -q http://www.unicode.org/Public/3.0-Update1/PropList-3.0.1.txt \
+"$WGET" -q https://www.unicode.org/Public/3.0-Update1/PropList-3.0.1.txt \
-O "$tmp/PropList-3.0.1.txt" \
|| func_fatal_error "cannot fetch PropList-3.0.1.txt"