-z "$var" and not -z $var it would seem
authorArtymort <m.berta@laposte.net>
Thu, 19 Mar 2015 13:29:36 +0000 (13:29 +0000)
committerArtymort <m.berta@laposte.net>
Thu, 19 Mar 2015 13:29:36 +0000 (13:29 +0000)
examples/formfiller/formfiller

index f0a588a..7071455 100755 (executable)
@@ -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