From c56ee23843e0c07bc6d08c14232f3fbb94e07f35 Mon Sep 17 00:00:00 2001 From: sawka Date: Thu, 21 Dec 2023 14:32:27 -0800 Subject: [PATCH] add lines to ignored variables --- waveshell/pkg/shexec/parser.go | 1 + 1 file changed, 1 insertion(+) diff --git a/waveshell/pkg/shexec/parser.go b/waveshell/pkg/shexec/parser.go index 6a91dbe0..506d18dc 100644 --- a/waveshell/pkg/shexec/parser.go +++ b/waveshell/pkg/shexec/parser.go @@ -124,6 +124,7 @@ var NoStoreVarNames = map[string]bool{ "HISTTIMEFORMAT": true, "SRANDOM": true, "COLUMNS": true, + "LINES": true, // we want these in our remote state object // "EUID": true,