diff --git a/rollback_module.sh b/rollback_module.sh index f9f0b37..aa8c7ba 100755 --- a/rollback_module.sh +++ b/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//'\"'/"""} msgstr=${msgstr//'&'/'\&'} - msgid=${msgid//'\"'/"""} msgid=${msgid//'&'/'\&'} if [[ "${msgstr}" == "" ]]; then