From ace7bcb75bf2f4e27abbd413b45d04ab4314fbb1 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 6 Apr 2024 11:14:36 -0400 Subject: [PATCH] INSTALL: fix $PLAN9 in message --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) 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"