From 7c8c5ad506b2bdce1421bb18f61818240f7bd4f4 Mon Sep 17 00:00:00 2001 From: codesoap Date: Wed, 5 Jun 2019 15:04:27 +0200 Subject: [PATCH] Remove ' from comment in subshell On OpenBSD's sh this causes a "no closing quote" error. --- rc/windowing/x11.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/windowing/x11.kak b/rc/windowing/x11.kak index 004b0b0a..22974950 100644 --- a/rc/windowing/x11.kak +++ b/rc/windowing/x11.kak @@ -54,7 +54,7 @@ The program passed as argument will be executed in the new terminal' \ # would be nicer to do in a single sed/awk call but that's difficult args=$( for i in "$@"; do - # special case to preserve empty variables as sed won't touch these + # special case to preserve empty variables as sed will not touch these if [ "$i" = '' ]; then printf "'' " else