Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tails
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
944
Issues
944
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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