Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
a3076f96
Commit
a3076f96
authored
Sep 12, 2015
by
anonym
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in variable.
parent
36f9c2e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/chroot_local-hooks/11-localize_browser
config/chroot_local-hooks/11-localize_browser
+1
-1
No files found.
config/chroot_local-hooks/11-localize_browser
View file @
a3076f96
...
...
@@ -86,7 +86,7 @@ while IFS=: read MOZILLA_LOCALE LOCATION LOCALIZED_LANG STARTPAGE_LANG STARTPAGE
# mix them up.
CAPITALIZED_LANG_CODE
=
"
$(
echo
"
${
LANG_CODE
}
"
|
tr
'a-z'
'A-Z'
)
"
LOCALIZED_WIKIPEDIA_ICON_PATH
=
"/tmp/wikipedia-icon-
${
LANG_CODE
}
.png"
WIKIPEDIA_SEARCH_ICON_BASE64_PATH
=
"
#
{LOCALIZED_WIKIPEDIA_ICON_PATH}.base64"
WIKIPEDIA_SEARCH_ICON_BASE64_PATH
=
"
$
{
LOCALIZED_WIKIPEDIA_ICON_PATH
}
.base64"
WIKIPEDIA_ICON_TEMPLATE
=
"
${
BROWSER_LOCALIZATION_DIR
}
/Wikipedia-icon.png"
convert
"
${
WIKIPEDIA_ICON_TEMPLATE
}
"
\
-gravity
SouthEast
-pointsize
130
-font
Liberation-Sans-Bold
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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