diff options
Diffstat (limited to 'src/libretools.conf')
-rw-r--r-- | src/libretools.conf | 2 |
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)" |