projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c2c356
)
-z "$var" and not -z $var it would seem
author
Artymort
<m.berta@laposte.net>
Thu, 19 Mar 2015 13:29:36 +0000
(13:29 +0000)
committer
Artymort
<m.berta@laposte.net>
Thu, 19 Mar 2015 13:29:36 +0000
(13:29 +0000)
examples/formfiller/formfiller
patch
|
blob
|
history
diff --git
a/examples/formfiller/formfiller
b/examples/formfiller/formfiller
index
f0a588a
..
7071455
100755
(executable)
--- a/
examples/formfiller/formfiller
+++ b/
examples/formfiller/formfiller
@@
-14,7
+14,7
@@
# dmenu command use in case multiple files are found for current domain
DMENU="dmenu -l 7"
-if [[ -z
$XDG_CONFIG_HOME
]]
+if [[ -z
"$XDG_CONFIG_HOME"
]]
then
XDG_CONFIG_HOME=$HOME/.config
fi