首页 > 代码库 > [Linux Test Project] [PATCH] Fix an bad variable name erro in runltp script
[Linux Test Project] [PATCH] Fix an bad variable name erro in runltp script
[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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。