Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
03eac3fd
Commit
03eac3fd
authored
Nov 28, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in function name.
parent
e7168fb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config/chroot_local-includes/usr/local/lib/tails-shell-library/localization.sh
...ncludes/usr/local/lib/tails-shell-library/localization.sh
+1
-1
config/chroot_local-includes/usr/local/sbin/unsafe-browser
config/chroot_local-includes/usr/local/sbin/unsafe-browser
+2
-2
No files found.
config/chroot_local-includes/usr/local/lib/tails-shell-library/localization.sh
View file @
03eac3fd
...
...
@@ -4,7 +4,7 @@ language_code_from_locale () {
echo
"
${
1
}
"
|
sed
"s,
\(
_
\|\.\)
.*
$,
,"
}
localize_tails_doc_page
()
{
localize
d
_tails_doc_page
()
{
local
page
=
"
${
1
}
"
local
lang_code
=
"
$(
language_code_from_locale
"
${
LANG
}
"
)
"
local
try_page
...
...
config/chroot_local-includes/usr/local/sbin/unsafe-browser
View file @
03eac3fd
...
...
@@ -8,7 +8,7 @@ set -e
# Import the TBB_EXT variable, and guess_best_tor_browser_locale().
.
/usr/local/lib/tails-shell-library/tor-browser.sh
# Import localize_tails_doc_page().
# Import localize
d
_tails_doc_page().
.
/usr/local/lib/tails-shell-library/localization.sh
# Import try_cleanup_browser_chroot(), setup_browser_chroot(),
...
...
@@ -85,7 +85,7 @@ BROWSER_USER="clearnet"
NM_ENV_FILE
=
"/var/lib/NetworkManager/env"
BEST_LOCALE
=
"
$(
guess_best_tor_browser_locale
)
"
WARNING_PAGE
=
'/usr/share/doc/tails/website/misc/unsafe_browser_warning'
START_PAGE
=
"
$(
localize_tails_doc_page
"
${
WARNING_PAGE
}
"
)
"
START_PAGE
=
"
$(
localize
d
_tails_doc_page
"
${
WARNING_PAGE
}
"
)
"
# Prevent multiple instances of the script.
exec
9>
"
${
LOCK
}
"
...
...
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