Skip to content

Commit

Permalink
res: Let fail() print nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Nov 3, 2023
1 parent b5dbbdf commit dcdf00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/skeleton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stderr() {
}

fail() {
stderr "${1}"
stderr "${1:-}"
stderr ""
stderr "Exiting …"
exit "${2:-1}"
Expand Down

0 comments on commit dcdf00a

Please sign in to comment.