diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-09-27 15:11:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-09-27 15:11:33 -0300 |
commit | 72ec98bc642090d15e08b57e27427398a7f7c8ed (patch) | |
tree | 5326d63ac60cb19b2441faf05c714017114c1e99 | |
parent | 5924c4e12dfc01ea43809f97e04e46f98fac999c (diff) | |
download | borger-72ec98bc642090d15e08b57e27427398a7f7c8ed.tar.gz borger-72ec98bc642090d15e08b57e27427398a7f7c8ed.tar.bz2 |
-rwxr-xr-x | borger | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ function info { printf "[$BASENAME] [%s] %s\n" "$(date)" "$*" >&2; } -# Fata error +# Fatal error function fatal { info [fatal] $* exit 1; |