diff options
Diffstat (limited to 'bootstrap/neovim.sh')
| -rwxr-xr-x | bootstrap/neovim.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/neovim.sh b/bootstrap/neovim.sh index 56a5247..d601dbd 100755 --- a/bootstrap/neovim.sh +++ b/bootstrap/neovim.sh | |||
| @@ -5,7 +5,7 @@ set -eu | |||
| 5 | OS="$(uname -s)" | 5 | OS="$(uname -s)" |
| 6 | 6 | ||
| 7 | die() { | 7 | die() { |
| 8 | printf '%s\n' "$*" >&2 | 8 | printf 'Fehler: %s\n' "$*" >&2 |
| 9 | exit 1 | 9 | exit 1 |
| 10 | } | 10 | } |
| 11 | 11 | ||
