From: Siraaj Khandkar Date: Fri, 26 Apr 2019 19:36:08 +0000 (-0400) Subject: Quote subshell output X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=2e8cf2263c4f473a5cdab24cfbca821f8baa1d6b Quote subshell output --- diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 2a24413..b97511c 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -82,7 +82,7 @@ experiment() { } hump() { - ledit -l $(stty size | awk '{print $2}') ocaml $@ + ledit -l "$(stty size | awk '{print $2}')" ocaml $@ } howto() {