wfxr.forgit/bin
Tim 089853173e
Do not "set -e" in standalone forgit (#238)
Setting the error option in bash bypasses error handling in the forgit
functions, because the script immediatley exits in case of an error.
Remove the option to make error handling possible.
Bash scripts automatically return the exit code of the last statement,
so standalone forgit will still return useful error codes.
2022-10-08 00:43:47 +02:00
..
git-forgit Do not "set -e" in standalone forgit (#238) 2022-10-08 00:43:47 +02:00