浏览代码

Fix quote inside rollback_module, as it breaks scripts inside module and its useless as module are txt and not xml

master
victor.hery 5 年前
父节点
当前提交
71b1fdb7ca
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      rollback_module.sh

+ 0
- 2
rollback_module.sh 查看文件

@ -43,9 +43,7 @@ function extract_translation {
msgid="$(awk 'NR{printf "%s",$0;next;}1' <<< ${tempMsgid})"
# Escape special char causing problem in with sed and xml
msgstr=${msgstr//'\"'/"&quot;"}
msgstr=${msgstr//'&'/'\&'}
msgid=${msgid//'\"'/"&quot;"}
msgid=${msgid//'&'/'\&'}
if [[ "${msgstr}" == "" ]]; then

正在加载...
取消
保存