Merge pull request #1799 from iavael/manpath-fix-1

Fix manpath detection
This commit is contained in:
Eelco Dolstra
2018-01-18 16:19:21 +01:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ if [ -n "$HOME" ] && [ -n "$USER" ]; then
export NIX_SSL_CERT_FILE="$NIX_LINK/etc/ca-bundle.crt"
fi
if [ -n ${MANPATH} ]; then
if [ -n "${MANPATH}" ]; then
export MANPATH="$NIX_LINK/share/man:$MANPATH"
fi