Use socket.gethostname() instead of os.environ["HOST"]. That should work on all systems.
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 9 Jun 2005 13:25:28 +0000 (13:25 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 9 Jun 2005 13:25:28 +0000 (13:25 +0000)
commit13afd4262338ce9343728c507821403bf8fee208
tree1df0cabf9742285d07f377378009279c049ca81a
parent30d048460aae8cd668b539b7008c48109aaa5228
Use socket.gethostname() instead of os.environ["HOST"]. That should work on all systems.
lib/bb/shell.py