Skip to main content
Formatted text.
Source Link
Paulo Tomé
  • 3.9k
  • 6
  • 28
  • 40

Approach with running command in a background suggested by @skozin won't work in bashbash. bashbash still disables "set -e"set -e for background commands. dashdash and ashash work fine though.

Approach with running command in a background suggested by @skozin won't work in bash. bash still disables "set -e" for background commands. dash and ash work fine though.

Approach with running command in a background suggested by @skozin won't work in bash. bash still disables set -e for background commands. dash and ash work fine though.

Source Link

Approach with running command in a background suggested by @skozin won't work in bash. bash still disables "set -e" for background commands. dash and ash work fine though.