OSDN Git Service

Modify test key.
authoriga <tosiki@iga-pc3>
Wed, 29 Jan 2014 14:09:59 +0000 (23:09 +0900)
committeriga <tosiki@iga-pc3>
Wed, 29 Jan 2014 14:09:59 +0000 (23:09 +0900)
main/bumsg.fnc
template/message.msg

index a037179..73d3a84 100644 (file)
@@ -10,7 +10,7 @@ bumsg() {
   local arg6=$7
   local arg7=$8
   local arg8=$9
-  local msgtextkey='${MSG_'${msgid}'_text}'
+  local msgtextkey='${MSG_'${msgid}'}'
   local msgtextkeyString="`eval \"echo ${msgtextkey}\"`"
   local printfString="[${msgid}] ${msgtextkeyString}"
   local outMessage="`printf \"${printfString}\" ${arg1} ${arg2} ${arg3} ${arg4} ${arg5} ${arg6} ${arg7} ${arg8}`"
index aeef6cf..cc5676e 100644 (file)
@@ -1,6 +1,6 @@
 
 
-MSG_M001_text='Hello [%s] world!'
+MSG_M001='Hello [%s] world!'
 MSG_M001_sysout=false
 MSG_M001_syserr=true
 MSG_M001_logger=true