diff options
author | Russ Cox <rsc@swtch.com> | 2008-01-10 16:08:44 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-01-10 16:08:44 -0500 |
commit | 79ff7e4b5e5c157aa1347152752eb7c2903ecaca (patch) | |
tree | ee77f9aafe52ec30a8aacd4d1f01d9b20db6b45a /dist | |
parent | 6d08a0f548c3d3eda199ee91a83aacd1f895718c (diff) | |
download | plan9port-79ff7e4b5e5c157aa1347152752eb7c2903ecaca.tar.gz plan9port-79ff7e4b5e5c157aa1347152752eb7c2903ecaca.tar.bz2 plan9port-79ff7e4b5e5c157aa1347152752eb7c2903ecaca.zip |
dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood)
Diffstat (limited to 'dist')
-rw-r--r-- | dist/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/mkfile b/dist/mkfile index 28cf31ce..06bdbb33 100644 --- a/dist/mkfile +++ b/dist/mkfile @@ -1,4 +1,4 @@ -MKSHELL=rc +MKSHELL=$PLAN9/bin/rc check.out:V: cd ../man; mk indices |