]> git.phdru.name Git - dotfiles.git/commitdiff
.fvwmrc: quote TERM_KOI8_BOTRT to postpone its expansion
authorOleg Broytman <phd@phdru.name>
Tue, 12 May 2015 03:49:13 +0000 (06:49 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 12 May 2015 03:49:13 +0000 (06:49 +0300)
.fvwm/phd.m4

index a36e11c22bebb7049a0110fb18be4695d463f21c..1b5f76e3a4a46562d04d99b49ba72fba2974f612 100644 (file)
@@ -101,7 +101,7 @@ define(`REMOTE_HOST_KOI8_BOTLT',
 TERM_KOI8_BOTLT -title "$2" -n "$2" -e ssh -4 "$1")
 
 define(`REMOTE_HOST_KOI8_BOTRT',
-TERM_KOI8_BOTRT -title "$2" -n "$2" -e ssh -4 "$1")
+`TERM_KOI8_BOTRT -title "$2" -n "$2" -e ssh -4 "$1"')
 
 define(`REMOTE_HOST_KOI8_BOTLT_MENU',
 "$2 (koi8,btlt)" REMOTE_HOST_KOI8_BOTLT($1, $2))