1
0
Quellcode durchsuchen

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

Serj Kalichev vor 1 Jahr
Ursprung
Commit
015b1bd749
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.