Skip to content
Snippets Groups Projects
  1. Nov 24, 2023
  2. Apr 21, 2022
  3. Nov 29, 2021
  4. Nov 19, 2021
  5. Nov 16, 2021
    • Marcel Loose's avatar
      Let inline bash scripts exit on error · 82d90ca8
      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: fcdb9822 [formerly 14890961]
      Former-commit-id: caf78602
      Former-commit-id: 06dd380b
      82d90ca8
  6. Oct 26, 2021
  7. Oct 22, 2021
  8. Sep 02, 2021
  9. Jul 15, 2021
  10. Apr 28, 2020
  11. Apr 24, 2020
  12. Apr 21, 2020
  13. Apr 15, 2020
  14. Jan 22, 2020
  15. Dec 09, 2019
Loading