mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
sam: add $% as an alias for $samfile
R=r http://codereview.appspot.com/6488137
This commit is contained in:
parent
54bebe6a69
commit
85504cda14
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ setname(File *f)
|
||||||
else
|
else
|
||||||
buf[0] = 0;
|
buf[0] = 0;
|
||||||
putenv("samfile", buf);
|
putenv("samfile", buf);
|
||||||
|
putenv("%", buf); // like acme
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in a new issue