[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

相关文章:

  • 2021-09-25
  • 2021-06-28
  • 2022-12-23
  • 2021-06-09
  • 2021-06-21
  • 2021-12-06
  • 2021-11-22
猜你喜欢
  • 2022-12-23
  • 2021-11-02
  • 2021-06-09
  • 2021-11-01
  • 2021-09-14
  • 2022-12-23
  • 2021-07-08
相关资源
相似解决方案