From: Artymort Date: Thu, 19 Mar 2015 13:29:36 +0000 (+0000) Subject: -z "$var" and not -z $var it would seem X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=b9cfa54dd549ba5530f6002a011a2ee1a3d2f066;p=vimb.git -z "$var" and not -z $var it would seem --- diff --git a/examples/formfiller/formfiller b/examples/formfiller/formfiller index f0a588a..7071455 100755 --- 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