summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cxx b/main.cxx
index cd641588..1ecefa2e 100644
--- a/main.cxx
+++ b/main.cxx
@@ -118,6 +118,7 @@ main (int argc, char * const argv [])
struct utsname buf;
(void) uname (& buf);
s.kernel_release = string (buf.release);
+ s.architecture = string (buf.machine);
s.verbose = false;
s.test_mode = false;
s.guru_mode = false;