commit 79ff7e4b5e5c157aa1347152752eb7c2903ecaca
parent 6d08a0f548c3d3eda199ee91a83aacd1f895718c
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:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dist/mkfile b/dist/mkfile
@@ -1,4 +1,4 @@
-MKSHELL=rc
+MKSHELL=$PLAN9/bin/rc
check.out:V:
cd ../man; mk indices
diff --git a/unix/mkfile b/unix/mkfile
@@ -1,4 +1,4 @@
-MKSHELL=rc
+MKSHELL=$PLAN9/bin/rc
new-%:V:
t=$stem
if(! ~ $t utf fmt bio regexp mk){