• R/O
  • HTTP
  • SSH
  • HTTPS

bashutil: Commit

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


Commit MetaInfo

Revisiondd55d8bece517dc74bf174360c27d3078972fa3b (tree)
Time2014-01-29 23:08:37
Authoriga <tosiki@iga-...>
Commiteriga

Log Message

Modified bash to sh.

Change Summary

Incremental Difference

--- a/main/bumsg.fnc
+++ b/main/bumsg.fnc
@@ -1,4 +1,4 @@
1-#!/bin/bash
1+#!/bin/sh
22
33 bumsg() {
44 local msgid=$1
--- a/template/message.msg
+++ b/template/message.msg
@@ -1,6 +1,9 @@
1+
2+
13 MSG_M001_text='Hello [%s] world!'
24 MSG_M001_sysout=false
35 MSG_M001_syserr=true
46 MSG_M001_logger=true
57 MSG_M001_level=info
8+MSG_M001_embedid=true
69
--- a/test/test001.sh
+++ b/test/test001.sh
@@ -1,4 +1,4 @@
1-#!/bin/bash
1+#!/bin/sh
22 . ../main/bumsg.fnc
33 . ../template/message.msg
44
Show on old repository browser