summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJF Ding <jian-feng.ding@intel.com>2012-07-12 14:39:50 +0800
committerJF Ding <jian-feng.ding@intel.com>2012-07-12 14:39:50 +0800
commit43b4c944605fc976f31f3c14fc4c58724648f224 (patch)
treea57d42e4034ebd7fb70ed064102f79097784a8ab /tools
parent7f61504e369af486824cadf7b9e3d4ddfd4791d7 (diff)
downloadmic-43b4c944605fc976f31f3c14fc4c58724648f224.tar.gz
mic-43b4c944605fc976f31f3c14fc4c58724648f224.tar.bz2
mic-43b4c944605fc976f31f3c14fc4c58724648f224.zip
concise output of distro information printing
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mic5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/mic b/tools/mic
index 8c87a05..f55b061 100755
--- a/tools/mic
+++ b/tools/mic
@@ -204,10 +204,7 @@ class MicCmd(cmdln.Cmdln):
if __name__ == "__main__":
try:
- distro = ' '.join(misc.get_distro()).strip()
- machin = misc.get_machine()
- msger.raw("mic %s (%s %s)" % (VERSION, distro, machin))
-
+ msger.raw("mic %s (%s)" % (VERSION, misc.get_distro()))
mic = MicCmd()
sys.exit(mic.main())