From 52082d19e084c43457ce79c1e76f6f2707fac80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 18 Jul 2024 16:14:29 +0200 Subject: [PATCH] `load_relative` is always falsy here --- tool/rbinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 6cd587ac9c..6fa4831fc3 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -402,7 +402,7 @@ EOS if !load_relative and libpathenv = CONFIG["LIBPATHENV"] pathsep = File::PATH_SEPARATOR prolog_script << <