summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-04 11:24:59 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-04 11:24:59 -0500
commitc3e2fa07e638e5352447ab7d6c42f331ae5ab5aa (patch)
tree4705fe5133ebea184f56078cc9829d60d0abe541
parentfb9764b5beddec555a4ef7dcad09e07af1b18900 (diff)
fix dumb mistake in libretools.conf
-rw-r--r--src/libretools.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index 9e17871..f3e567a 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -94,7 +94,7 @@ TORUPATH=/var/lib/libretools/toru
# This probably shouldn't be in a .conf file... #
################################################################################
-if [[ -n ${INCLUDE_CONF_SH:-} ]]; then
+if [[ -z ${INCLUDE_CONF_SH:-} ]]; then
LIBREUSER="${SUDO_USER:-$USER}"
LIBREHOME="$(eval echo ~$LIBREUSER)"