about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tcoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcoin.cpp b/tcoin.cpp
index 059c407..cd45961 100644
--- a/tcoin.cpp
+++ b/tcoin.cpp
@@ -38,7 +38,7 @@
 #ifndef KROWBAR_OFF
   #define KROWBAR_SCORE_PATH "/home/krowbar/Code/irc/data/tildescores.txt"
 #endif
-#if !defined(TILDEINSTITUTE) || !defined(TILDEGURU)
+#if !defined(TILDEINSTITUTE) && !defined(TILDEGURU)
   #define WHOAMI_PATH "/usr/bin/whoami"
 #else
   #define WHOAMI_PATH "/usr/bin/getent passwd $(/usr/bin/id -ru) | /usr/bin/cut -d: -f1"