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,