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
5a74f637
Commit
5a74f637
authored
Nov 21, 2012
by
Tails developers
Browse files
Add missing parenthesis.
parent
dfd6e49a
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/sbin/unsafe-browser
View file @
5a74f637
...
...
@@ -114,7 +114,7 @@ setup_chroot () {
set_chroot_browser_name () {
NAME="${1}"
LONG=$(echo ${LANG} | grep -o "^[a-zA-Z_]*"
LONG=$(echo ${LANG} | grep -o "^[a-zA-Z_]*"
)
SHORT=${LONG%%_*}
EXT_DIR=${CHROOT}/usr/lib/iceweasel/extensions
BRANDING=branding/brand.dtd
...
...
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