Browse Source

pager: Use quotes within conf file if there is spaces in string

Serj Kalichev 1 year ago
parent
commit
015b1bd749
1 changed files with 1 additions and 1 deletions
  1. 1 1
      klish.conf

+ 1 - 1
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.