diff options
author | Rasmus Steinke <rasi@xssn.at> | 2016-07-16 17:23:17 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2016-07-16 17:23:17 +0200 |
commit | 27d4b80431d34005fae7920b9328b45c196c5707 (patch) | |
tree | af95460853470cb9050cdc15ac1b36d3290c29af | |
parent | cd8e18670e15d97b5a90edd7e7993f99bb100860 (diff) | |
download | rofi-pass-27d4b80431d34005fae7920b9328b45c196c5707.tar.gz |
quote variable
-rwxr-xr-x | rofi-pass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -500,7 +500,7 @@ if [[ -f "$HOME/.config/rofi-pass/config" ]]; then fi # create tmp dir -if [[ ! -d $HOME/.cache/rofi-pass ]]; then +if [[ ! -d "$HOME/.cache/rofi-pass" ]]; then mkdir "$HOME/.cache/rofi-pass" fi |