aboutsummaryrefslogtreecommitdiff
path: root/betterlockscreen
diff options
context:
space:
mode:
Diffstat (limited to 'betterlockscreen')
-rwxr-xr-xbetterlockscreen2
1 files changed, 1 insertions, 1 deletions
diff --git a/betterlockscreen b/betterlockscreen
index c0f3768..50fba3d 100755
--- a/betterlockscreen
+++ b/betterlockscreen
@@ -22,7 +22,7 @@ init_config () {
description=""
i3lockcolor_bin="i3lock-color"
- if ! cmd_exists "i3lockcolor_bin" && cmd_exists "i3lock"; then
+ if ! cmd_exists "$i3lockcolor_bin" && cmd_exists "i3lock"; then
i3lockcolor_bin="i3lock"
fi