Quote subshell output
authorSiraaj Khandkar <siraaj@khandkar.net>
Fri, 26 Apr 2019 19:36:08 +0000 (15:36 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Fri, 26 Apr 2019 19:36:08 +0000 (15:36 -0400)
home/lib/login_functions.sh

index 2a24413..b97511c 100644 (file)
@@ -82,7 +82,7 @@ experiment() {
 }
 
 hump() {
-    ledit -l $(stty size | awk '{print $2}') ocaml $@
+    ledit -l "$(stty size | awk '{print $2}')" ocaml $@
 }
 
 howto() {
This page took 0.023692 seconds and 4 git commands to generate.