OSDN Git Service

Commit.
authoriga <tosiki@iga-pc3>
Wed, 29 Jan 2014 13:29:57 +0000 (22:29 +0900)
committeriga <tosiki@iga-pc3>
Wed, 29 Jan 2014 13:29:57 +0000 (22:29 +0900)
main/bumsg.fnc
template/message.msg
test/test001.sh

index f4e814c..72fa89c 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-function msg() {
+function bumsg() {
   local msgid=$1
   local arg1=$2
   local arg2=$3
index 1e68b36..0f0d589 100644 (file)
@@ -3,3 +3,4 @@ MSG_M001_sysout=false
 MSG_M001_syserr=true
 MSG_M001_logger=true
 MSG_M001_level=info
+
index 3e2140b..36a44b4 100644 (file)
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/bash
 . ../main/bumsg.fnc
 
 . ../template/message.msg
 
-msg 'M001' 'Bash'
+bumsg 'M001' 'Bash'