Skip to content
  • Karel Koci's avatar
    efd22c58
    Use set -e instead of argument · efd22c58
    Karel Koci authored
    This is better idea as having #!/bin/bash -e is fragile. Anyone can run
    this script with bash -x file and that way unintentionally disable -e
    flag.
    efd22c58
    Use set -e instead of argument
    Karel Koci authored
    This is better idea as having #!/bin/bash -e is fragile. Anyone can run
    this script with bash -x file and that way unintentionally disable -e
    flag.
Loading