The env var field in the default SICS start string should be blank.

By default SICS is launched with no environment variables and sudo
doesn't allow 'None' on the ICS computers.
This commit is contained in:
Ferdi Franceschini
2013-06-16 10:54:19 +10:00
parent 9949aae2fa
commit 40ecb8478d

View File

@@ -61,7 +61,7 @@ def start_cmd(server, args):
else:
soffset = ''
sicsenv = {
'none': None,
'none': '',
'fullsim': 'SICS_SIMULATION=full%s' % soffset,
'fakedev': 'SICS_SIMULATION=fakedev%s' % soffset,
'scriptval': 'SICS_SIMULATION=script_validator%s' % soffset