summaryrefslogtreecommitdiff
path: root/rtemstoolkit/host.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/host.py')
-rw-r--r--rtemstoolkit/host.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemstoolkit/host.py b/rtemstoolkit/host.py
index ba24c9d..5319c92 100644
--- a/rtemstoolkit/host.py
+++ b/rtemstoolkit/host.py
@@ -56,11 +56,11 @@ def _load():
if uname[0].startswith('MINGW64_NT') or uname[0].startswith('CYGWIN_NT'):
name = 'windows'
elif uname[0] == 'Darwin':
- name = darwin
+ name = 'darwin'
elif uname[0] == 'FreeBSD':
name = 'freebsd'
elif uname[0] == 'NetBSD':
- name = netbsd
+ name = 'netbsd'
elif uname[0] == 'Linux':
name = 'linux'
elif uname[0] == 'SunOS':