summaryrefslogtreecommitdiffstats
path: root/system/plan9port/profile.d/plan9port.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/plan9port/profile.d/plan9port.sh')
-rw-r--r--system/plan9port/profile.d/plan9port.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/plan9port/profile.d/plan9port.sh b/system/plan9port/profile.d/plan9port.sh
index 3596bafcc1..40ad4d01f2 100644
--- a/system/plan9port/profile.d/plan9port.sh
+++ b/system/plan9port/profile.d/plan9port.sh
@@ -1,4 +1,4 @@
#!/bin/sh
export PLAN9=/opt/plan9
-export MANPATH="$MANPATH:/opt/plan9/man"
-export PATH="$PATH:/opt/plan9/bin"
+export MANPATH="$MANPATH:$PLAN9/man"
+export PATH="$PATH:$PLAN9/bin"