• R/O
  • HTTP
  • SSH
  • HTTPS

bashutil: Commit

BashUtil のためのリポジトリです。


Commit MetaInfo

Revision025eb16f310e1785bdc508f1115fc0bfb784b83e (tree)
Time2014-01-29 23:09:59
Authoriga <tosiki@iga-...>
Commiteriga

Log Message

Modify test key.

Change Summary

Incremental Difference

--- a/main/bumsg.fnc
+++ b/main/bumsg.fnc
@@ -10,7 +10,7 @@ bumsg() {
1010 local arg6=$7
1111 local arg7=$8
1212 local arg8=$9
13- local msgtextkey='${MSG_'${msgid}'_text}'
13+ local msgtextkey='${MSG_'${msgid}'}'
1414 local msgtextkeyString="`eval \"echo ${msgtextkey}\"`"
1515 local printfString="[${msgid}] ${msgtextkeyString}"
1616 local outMessage="`printf \"${printfString}\" ${arg1} ${arg2} ${arg3} ${arg4} ${arg5} ${arg6} ${arg7} ${arg8}`"
--- a/template/message.msg
+++ b/template/message.msg
@@ -1,6 +1,6 @@
11
22
3-MSG_M001_text='Hello [%s] world!'
3+MSG_M001='Hello [%s] world!'
44 MSG_M001_sysout=false
55 MSG_M001_syserr=true
66 MSG_M001_logger=true
Show on old repository browser