Explorar el Código

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

master
victor.hery hace 5 años
padre
commit
71b1fdb7ca
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      rollback_module.sh

+ 0
- 2
rollback_module.sh Ver fichero

@ -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

Cargando…
Cancelar
Guardar