summaryrefslogtreecommitdiff
path: root/run.in
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2020-08-26 00:44:00 +0200
committerJán Tomko <jtomko@redhat.com>2020-09-01 21:58:46 +0200
commit6fab37da593ad39016863ebc5edf988fe056d4b2 (patch)
treead8ded9904898b16c7ede32d4e4b35d2a7ca9f27 /run.in
parent7e1b7acc51da6a983b30bdc251ae29db3994516a (diff)
downloadlibvirt-6fab37da593ad39016863ebc5edf988fe056d4b2.tar.gz
Prefer https: everywhere where possible
Use https: links for websites that support them. The URIs which are used as namespace identifiers are left alone. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Diffstat (limited to 'run.in')
-rw-r--r--run.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.in b/run.in
index 73bebbf805..6ddf5fc58f 100644
--- a/run.in
+++ b/run.in
@@ -41,7 +41,7 @@
#----------------------------------------------------------------------
# Function to intelligently prepend a path to an environment variable.
-# See http://stackoverflow.com/a/9631350
+# See https://stackoverflow.com/a/9631350
prepend()
{
eval $1="$2\${$1:+:\$$1}"