Added IFS= for line
This commit is contained in:
parent
62c3497b27
commit
34b8e0d59c
@ -151,8 +151,7 @@ EOF
|
||||
po_file="${PORT_WINE_PATH}/data/locales/$LANGUAGE/LC_MESSAGES/PortProton.po"
|
||||
fi
|
||||
|
||||
while [[ ! "$line" =~ msgid ]]; do
|
||||
read -r line
|
||||
while IFS= read -r line ; do
|
||||
while [[ "$line" =~ msgid ]] ; do
|
||||
unset msgid
|
||||
msgid="$line"
|
||||
|
Loading…
Reference in New Issue
Block a user