首页 > 系统服务 > 详细

[Linux Test Project] [PATCH] Fix an bad variable name erro in runltp script

时间:2014-06-06 17:49:39      阅读:573      评论:0      收藏:0      [点我收藏+]

[PATCH] Fix an bad variable name erro in runltp script (/opt/ltp/runltp)

Hi All,

 
I got an error for the latest version 20140115 of ltp project.
This error was found in my os, I use zh_CN for default language, 
the `date +"%Y_%b_%d-%Hh_%Mm_%Ss"`  will get like "2014_ 4yue_11-09h_36m_52s",
it contain a space before "4yue" will get the bad variable name error.
 
    I fix this error and change the date args,  see detail below:
-    local DEFAULT_FILE_NAME_GENERATION_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"`
+    local DEFAULT_FILE_NAME_GENERATION_TIME=`date +"%Y_%m_%d-%Hh_%Mm_%Ss"`
 
    For your reference.
--
Best Wishes,
look

[Linux Test Project] [PATCH] Fix an bad variable name erro in runltp script,布布扣,bubuko.com

[Linux Test Project] [PATCH] Fix an bad variable name erro in runltp script

原文:http://www.cnblogs.com/bittorrent/p/3766315.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!