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
7f82c158
Commit
7f82c158
authored
Dec 21, 2015
by
anonym
Browse files
Make _get_tg_setting() compatible with set -u.
Will-fix:
#10785
parent
de9c225d
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/lib/tails-shell-library/tails-greeter.sh
View file @
7f82c158
...
...
@@ -6,7 +6,7 @@ PHYSICAL_SECURITY_SETTINGS='/var/lib/live/config/tails.physical_security'
_get_tg_setting
()
{
if
[
-r
"
${
1
}
"
]
;
then
.
"
${
1
}
"
eval
"echo
\$
${
2
}
"
eval
"echo
\$
{
${
2
}
:-}
"
fi
}
...
...
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