]> Savannah Git Hosting - gnulib.git/commitdiff
* build-aux/bootstrap: fix HTTPS typo in comment
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2017 08:17:50 +0000 (01:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2017 08:18:12 +0000 (01:18 -0700)
build-aux/bootstrap

index a3d98ce9bd0c2fd46f8ba69ebd4ebcdb28bbc845..85b85c530f97cc80ed62265a514c8470e9b5537e 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2017-09-13.06; # UTC
+scriptversion=2017-09-19.08; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -699,7 +699,7 @@ download_po_files() {
   echo "$me: getting translations into $subdir for $domain..."
   cmd=$(printf "$po_download_command_format" "$domain" "$subdir")
   eval "$cmd" && return
-  # Fallback to HTTP.
+  # Fallback to HTTPS.
   cmd=$(printf "$po_download_command_format2" "$subdir" "$domain")
   eval "$cmd"
 }