diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-30T15·17+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-30T15·17+0000 |
commit | 383297e0e835b69e0f4d7c97a9b8d441c2872251 (patch) | |
tree | b10261a9fc6696d952e7156e14ca4ba3624b3485 /scripts | |
parent | 84e235eae8581403716a87b37e9dc6210b8ad515 (diff) |
* Don't set MANPATH. It's not necessary.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nix-profile.sh | 2 |
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 |