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 /unix/mkfile | |
| parent | 6d08a0f548c3d3eda199ee91a83aacd1f895718c (diff) | |
| download | plan9port-79ff7e4b5e5c157aa1347152752eb7c2903ecaca.tar.gz plan9port-79ff7e4b5e5c157aa1347152752eb7c2903ecaca.zip | |
dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood)
Diffstat (limited to 'unix/mkfile')
| -rw-r--r-- | unix/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mkfile b/unix/mkfile index 5d5983b6..3d9d35a2 100644 --- 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){ |
