From ec716d03bf739e2e7494e108119a0b954a68e808 Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Wed, 7 Aug 2019 15:22:34 +0100 Subject: [PATCH] doc: Fix documentation of LISA_HOST_ABI env var Refer to the new LISA_USE_SYSTEM_BIN for the priority of tools added to the PATH. --- doc/man1/lisa.1 | 4 ++-- shell/lisa_shell | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/man1/lisa.1 b/doc/man1/lisa.1 index 5caab04bf..85bdb8b54 100644 --- a/doc/man1/lisa.1 +++ b/doc/man1/lisa.1 @@ -208,8 +208,8 @@ _ T{ LISA_HOST_ABI T} T{ -Add some shell utilities to the PATH, with lower priority than -system\(aqs one in case the user needs a different version of them +Add some shell utilities to the PATH based on the host ABI. Priority +is determined by LISA_USE_SYSTEM_BIN T} T{ x86_64 T} diff --git a/shell/lisa_shell b/shell/lisa_shell index e92b33a52..425f6fa4a 100755 --- a/shell/lisa_shell +++ b/shell/lisa_shell @@ -42,8 +42,7 @@ export LISA_PRESERVE_SHELL=${LISA_PRESERVE_SHELL:-0} # Setup colors source "$LISA_HOME/shell/lisa_colors" -export _DOC_LISA_HOST_ABI="Add some shell utilities to the PATH, with lower -priority than system's one in case the user needs a different version of them" +export _DOC_LISA_HOST_ABI="Add some shell utilities to the PATH based on the host ABI. Priority is determined by LISA_USE_SYSTEM_BIN" export LISA_HOST_ABI=${LISA_HOST_ABI:-x86_64} export _DOC_LISA_USE_SYSTEM_BIN="Use the system binaries if 1, will use the ones shipped with LISA if 0" -- GitLab