aboutsummaryrefslogtreecommitdiff
path: root/bash/board.bash
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-07-28 17:20:26 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-07-28 17:22:13 +0200
commit6a30f4a87ae981e48b51d5bd652af746805c24bf (patch)
treee7fed4c23cf3cf1dee97e64a915cddd1e1dc65ad /bash/board.bash
parent67896a891bec5064fc603792cf161e5e38dbac05 (diff)
downloaddotfiles-6a30f4a87ae981e48b51d5bd652af746805c24bf.tar.gz
fix settings
Diffstat (limited to 'bash/board.bash')
-rw-r--r--bash/board.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/board.bash b/bash/board.bash
index 4df9f2a..5c5ac32 100644
--- a/bash/board.bash
+++ b/bash/board.bash
@@ -2,7 +2,7 @@
# config in ~/.files.config
-if [ "$BB_ENABLE"="yes" ]; then
+if [ ! "$BB_ENABLE" = "yes" ]; then
return
fi