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
commit 5cc5c3fb83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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