Fix a bug where the content of variables are appended instead of being
authorKim Nguyễn <kn@lri.fr>
Mon, 15 Jul 2013 15:37:39 +0000 (17:37 +0200)
committerKim Nguyễn <kn@lri.fr>
Mon, 15 Jul 2013 15:37:39 +0000 (17:37 +0200)
commit66e86354976d541edef083a641cebca76b847c98
treeb0becd958907941e6bf9ba222873fea828598083
parentc76218066bbe4bb9046ce92515ed5bb87cf57a79
Fix a bug where the content of variables are appended instead of being
overwritten. Thus, when several sub-process send variable A=foo to the
server, the content of A becomes foofoofoofoo instead of just foo.
remake.cpp