sam: add $% as an alias for $samfile

R=r
http://codereview.appspot.com/6488137
This commit is contained in:
Russ Cox 2012-09-17 14:53:11 -04:00
parent 54bebe6a69
commit 85504cda14

View file

@ -17,6 +17,7 @@ setname(File *f)
else
buf[0] = 0;
putenv("samfile", buf);
putenv("%", buf); // like acme
}
int