From 015b1bd7491adb05a59762917ec237bf06da77da Mon Sep 17 00:00:00 2001 From: Serj Kalichev Date: Thu, 20 Oct 2022 16:51:28 +0300 Subject: [PATCH] pager: Use quotes within conf file if there is spaces in string --- klish.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klish.conf b/klish.conf index 564c363..1d407a1 100644 --- a/klish.conf +++ b/klish.conf @@ -7,7 +7,7 @@ # The klish can use external pager for non-interactive commands. By default it # will execute "/usr/bin/less -I -F -e -X -K -d -r" process as a pager. -Pager=/usr/bin/less -I -F -e -X -K -d -r +Pager="/usr/bin/less -I -F -e -X -K -d -r" # External pager is enabled by default. But user can explicitly enable or # disable it. Use "y" or "n" values.