Revision b3c33c32
ID: b3c33c32181b379988627bc79de2546690c203c2
Handle commands with leading environment vars
When running a command like 'CC=gcc ./configure blahblahblah', litbuild
should work like bash and run the command './configure blahblahblah' with
the environment variable CC set to 'gcc'.
Files
- added
- modified
- copied
- renamed
- deleted