home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa1839
)
Quote subshell output
author
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 26 Apr 2019 19:36:08 +0000
(15:36 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 26 Apr 2019 19:36:08 +0000
(15:36 -0400)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
2a24413
..
b97511c
100644
(file)
--- 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() {
This page took
0.023906 seconds
and
4
git commands to generate.