Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
8391f358
Commit
8391f358
authored
Sep 13, 2017
by
intrigeri
Browse files
normalize_pot(): split long line somewhat (refs:
#12641
).
parent
5efee3d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
refresh-translations
View file @
8391f358
...
...
@@ -29,7 +29,9 @@ LOCALE_BASEDIR=config/chroot_local-includes/usr/share/locale
### Functions
normalize_pot
()
{
sed
--regexp-extended
-i
's@^"Content-Type: text/plain; charset=CHARSET\\n"@"Content-Type: text/plain; charset=UTF-8\\n"@'
"
${
@
}
"
sed
--regexp-extended
\
-i
's@^"Content-Type: text/plain; charset=CHARSET\\n"@"Content-Type: text/plain; charset=UTF-8\\n"@'
\
"
${
@
}
"
}
prog_potfile
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment