summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJF Ding <jian-feng.ding@intel.com>2012-07-12 17:18:27 +0800
committerJF Ding <jian-feng.ding@intel.com>2012-07-12 17:18:27 +0800
commitb21619f7ba3a94a2d512982bb8097ce34fc232ec (patch)
tree36120ed9f0ae6c50e96020c5e5f1e4f2a0672fe8 /tools
parent9f2cbd1bb57ba55675e79d5917de842568eaa907 (diff)
downloadmic-b21619f7ba3a94a2d512982bb8097ce34fc232ec.tar.gz
mic-b21619f7ba3a94a2d512982bb8097ce34fc232ec.tar.bz2
mic-b21619f7ba3a94a2d512982bb8097ce34fc232ec.zip
fixing the compatibile problem of misc.get_distro
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mic b/tools/mic
index f55b061..48ba764 100755
--- a/tools/mic
+++ b/tools/mic
@@ -204,7 +204,7 @@ class MicCmd(cmdln.Cmdln):
if __name__ == "__main__":
try:
- msger.raw("mic %s (%s)" % (VERSION, misc.get_distro()))
+ msger.raw("mic %s (%s)" % (VERSION, misc.get_distro_str()))
mic = MicCmd()
sys.exit(mic.main())