From 2cf150eb37554d335cec181d55c4ce5caf5162e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Wed, 23 Oct 2019 23:04:00 +0200 Subject: Fix failing tests --- sway-launcher-desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway-launcher-desktop.sh') diff --git a/sway-launcher-desktop.sh b/sway-launcher-desktop.sh index a631a47..5d06a4b 100755 --- a/sway-launcher-desktop.sh +++ b/sway-launcher-desktop.sh @@ -23,7 +23,7 @@ fi # Defaulting terminal to termite, but feel free to either change # this or override with an environment variable in your sway config # It would be good to move this to a config file eventually -set ${TERMINAL_COMMAND:="termite -e"} +set "${TERMINAL_COMMAND:="termite -e"}" HIST_FILE="${XDG_CACHE_HOME:-$HOME/.cache}/${0##*/}-history.txt" -- cgit v1.2.3