From f42ef29737ff1bca7473a948a5457a78b77f035c Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Fri, 25 Oct 2024 15:24:41 +0100 Subject: [PATCH] tools/lisa-version: Make lisa-version work regardless of current working directory FIX Make lisa-version output independent on where it is ran from. --- tools/lisa-version | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/lisa-version b/tools/lisa-version index e68b9bc06..8b61e2143 100755 --- a/tools/lisa-version +++ b/tools/lisa-version @@ -17,12 +17,13 @@ # limitations under the License. # +cd "$LISA_HOME"; cat <