tdist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood) - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 79ff7e4b5e5c157aa1347152752eb7c2903ecaca
(DIR) parent 6d08a0f548c3d3eda199ee91a83aacd1f895718c
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Thu, 10 Jan 2008 16:08:44 -0500
dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood)
Diffstat:
M dist/mkfile | 2 +-
M unix/mkfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/dist/mkfile b/dist/mkfile
t@@ -1,4 +1,4 @@
-MKSHELL=rc
+MKSHELL=$PLAN9/bin/rc
check.out:V:
cd ../man; mk indices
(DIR) diff --git a/unix/mkfile b/unix/mkfile
t@@ -1,4 +1,4 @@
-MKSHELL=rc
+MKSHELL=$PLAN9/bin/rc
new-%:V:
t=$stem
if(! ~ $t utf fmt bio regexp mk){