Fix winning condition if clause. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 1f2520a8bee83543937524094528dcccd4c1c768 | |
parent 82e4c1a8b6ab9be7e0ea9726489e5470644e768a | |
Author: parazyd <[email protected]> | |
Date: Sat, 24 Feb 2018 02:32:57 +0100 | |
Fix winning condition if clause. | |
Diffstat: | |
M act-i/talk-nerds.sh | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/act-i/talk-nerds.sh b/act-i/talk-nerds.sh | |
@@ -7,7 +7,7 @@ specific_talk_nerds() { | |
case "$item" in | |
The_C_Programming_Language) | |
_msg "You use the power of C to flip bytes and bang bi… | |
- if [ -f "$inventory/.notyet" ]; then | |
+ if ! [ -f "$inventory/.notyet" ]; then | |
_msg "Accidentally, you activate a | |
[h|time machine|URL:ssh://time-machine… | |