OSDN Git Service

Modified bash to sh.
authoriga <tosiki@iga-pc3>
Wed, 29 Jan 2014 14:08:37 +0000 (23:08 +0900)
committeriga <tosiki@iga-pc3>
Wed, 29 Jan 2014 14:08:37 +0000 (23:08 +0900)
main/bumsg.fnc
template/message.msg
test/test001.sh

index e162d80..a037179 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 bumsg() {
   local msgid=$1
index 0f0d589..aeef6cf 100644 (file)
@@ -1,6 +1,9 @@
+
+
 MSG_M001_text='Hello [%s] world!'
 MSG_M001_sysout=false
 MSG_M001_syserr=true
 MSG_M001_logger=true
 MSG_M001_level=info
+MSG_M001_embedid=true
 
index 3c03f1b..1f144a1 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 . ../main/bumsg.fnc
 . ../template/message.msg