Skip to content
Snippets Groups Projects
Forked from ResearchAndDevelopment / LINC
Source project has a limited visibility.
  • Marcel Loose's avatar
    06dd380b
    Let inline bash scripts exit on error · 06dd380b
    Marcel Loose authored
    Most of the inline bash scripts in the CWL files *ignore* errors, which is undesirable. This fix adds a `set -e` to all the inline scripts that did not have one yet. Note that adding a `-e` to the `#!/bin/bash` does *not* work, because the script is not invoked as an executable but as `bash <script-file>`.
    
    
    Former-commit-id: 14890961
    Former-commit-id: caf78602
    06dd380b
    History
    Let inline bash scripts exit on error
    Marcel Loose authored
    Most of the inline bash scripts in the CWL files *ignore* errors, which is undesirable. This fix adds a `set -e` to all the inline scripts that did not have one yet. Note that adding a `-e` to the `#!/bin/bash` does *not* work, because the script is not invoked as an executable but as `bash <script-file>`.
    
    
    Former-commit-id: 14890961
    Former-commit-id: caf78602
Code owners
Assign users and groups as approvers for specific file changes. Learn more.