about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-05-30T15·17+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-05-30T15·17+0000
commit383297e0e835b69e0f4d7c97a9b8d441c2872251 (patch)
treeb10261a9fc6696d952e7156e14ca4ba3624b3485 /scripts
parent84e235eae8581403716a87b37e9dc6210b8ad515 (diff)
* Don't set MANPATH. It's not necessary.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nix-profile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-profile.sh b/scripts/nix-profile.sh
index 68a33ecc6d1e..fc5c13152030 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