s4-waf: fixed make test for toplevel
authorAndrew Tridgell <tridge@samba.org>
Mon, 21 Feb 2011 05:45:53 +0000 (16:45 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 22 Feb 2011 01:51:10 +0000 (02:51 +0100)
commit01047e0ba8256ff12345222517a905fd9d66a8b5
treeafeca6dc1415f7bcf9cbc511cee80e0172c956b4
parent1bf4ff2ab2e5bca2c6d7e5840fe20bd3dbd20d74
s4-waf: fixed make test for toplevel

amazingly, os.putenv() is broken. If you do os.putenv('FOO', '1') and
then do os.getenv('FOO') you don't get '1'

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
wscript