mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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
|
||||
buf[0] = 0;
|
||||
putenv("samfile", buf);
|
||||
putenv("%", buf); // like acme
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue