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
12a16d45
Commit
12a16d45
authored
Jun 15, 2014
by
Tails developers
Browse files
Use "set -u" for improved robustness.
parent
a1a9d5bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/l10n_tricks/language_statistics.sh
View file @
12a16d45
...
...
@@ -2,7 +2,7 @@
# -*- mode: sh; sh-basic-offset: 4; indent-tabs-mode: nil; -*-
# vim: set filetype=sh sw=4 sts=4 expandtab autoindent:
set
-e
set
-e
u
set
-o
pipefail
LANGUAGES
=
${
@
:-
de
fr pt
}
...
...
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