From 383297e0e835b69e0f4d7c97a9b8d441c2872251 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 30 May 2003 15:17:40 +0000 Subject: [PATCH] * Don't set MANPATH. It's not necessary. --- scripts/nix-profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nix-profile.sh b/scripts/nix-profile.sh index 68a33ecc6d..fc5c131520 100644 --- a/scripts/nix-profile.sh +++ b/scripts/nix-profile.sh @@ -14,6 +14,6 @@ if test -z "$NIX_SET"; then export PKG_CONFIG_PATH=$NIX_LINKS/lib/pkgconfig:$PKG_CONFIG_PATH - export MANPATH=$NIX_LINKS/man:$MANPATH +# export MANPATH=$NIX_LINKS/man:$MANPATH fi