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
a1a9d5bf
Commit
a1a9d5bf
authored
Jun 15, 2014
by
Tails developers
Browse files
Use bash's pipefail option, for better robustness and clearer error messages.
parent
4bb3dc1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/l10n_tricks/language_statistics.sh
View file @
a1a9d5bf
#!/bin/sh
#!/bin/
ba
sh
# -*- mode: sh; sh-basic-offset: 4; indent-tabs-mode: nil; -*-
# vim: set filetype=sh sw=4 sts=4 expandtab autoindent:
set
-e
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