aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2024-04-06 11:14:36 -0400
committerRuss Cox <rsc@golang.org>2024-04-06 11:14:36 -0400
commitace7bcb75bf2f4e27abbd413b45d04ab4314fbb1 (patch)
tree79f46367293b0b3b5c6cae209b9c8b37c07b829e
parentb1b88c75fd763ee768d88cd60e61aabf9efeb642 (diff)
INSTALL: fix $PLAN9 in message
-rwxr-xr-xINSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2e79030a..bfc08d52 100755
--- a/INSTALL
+++ b/INSTALL
@@ -23,6 +23,8 @@ x-r)
exit 1
esac
+PLAN9=`pwd` export PLAN9
+
echo "+ Mailing list: https://groups.google.com/group/plan9port-dev"
echo "+ Issue tracker: https://github.com/9fans/plan9port/issues/"
echo "+ Submitting changes: https://github.com/9fans/plan9port/pulls"