Commit
f82af9810a3838a84941080c550cd4b79ca6cfdc
Exists in
master
and in
21 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, news_page, script_to_update, template_mirror_block, tests, tests_fixies
quick-start: `set -e` to abort on errors
1
| #!/bin/sh |
1
| #!/bin/sh |
2
| |
2
| |
| |
3
| +set -e |
| |
4
| + |
3
| say() { |
5
| say() { |
4
| msg="$@" |
6
| msg="$@" |
5
| if [ -t 1 ]; then |
7
| if [ -t 1 ]; then |