projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da5d8a
)
Fix typo.
author
Guo Xiang Tan
<tgx_world@hotmail.com>
Wed, 15 Nov 2017 23:26:04 +0000
(07:26 +0800)
committer
Guo Xiang Tan
<tgx_world@hotmail.com>
Wed, 15 Nov 2017 23:26:31 +0000
(07:26 +0800)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index ba05c88e30836137080849c197f6f50b3e959426..fea8aac690c5375f52123043ef28fbb833e4c998 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-307,7
+307,7
@@
set_template_info() {
require 'yaml'
input=STDIN.readlines.join
- # default to UTF-8 for the dbs sake
b
+ # default to UTF-8 for the dbs sake
env = {'LANG' => 'en_US.UTF-8'}
input.split('_FILE_SEPERATOR_').each do |yml|
yml.strip!