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
a63a0f0b
Commit
a63a0f0b
authored
Sep 23, 2015
by
kytv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set -u earlier in the script
parent
320b6bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
config/chroot_local-includes/usr/local/sbin/tails-i2p
config/chroot_local-includes/usr/local/sbin/tails-i2p
+2
-3
No files found.
config/chroot_local-includes/usr/local/sbin/tails-i2p
View file @
a63a0f0b
#!/bin/sh
set
-e
set
-u
ZSH_VERSION
=
"
${
ZSH_VERSION
:-}
"
# Get LANG
.
/etc/default/locale
...
...
@@ -11,9 +13,6 @@ export LANG
TEXTDOMAIN
=
"tails"
export
TEXTDOMAIN
# Must be set after gettext initialization
set
-u
# Import wait_until()
.
/usr/local/lib/tails-shell-library/common.sh
# Import i2p_has_bootstrapped, i2p_reseed_failed, i2p_router_console_is_ready(),
...
...
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