diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-08 17:24:21 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-08 17:24:21 +0100 |
| commit | cab771e6d1cc578e956f8bd9e3544cd0502b65a9 (patch) | |
| tree | dbc6517f635ae9169311bac894e9c653cc7a4c76 /bootstrap-nvim-dict.sh | |
| parent | 2235d045d4765571f35543be71d25b16418057df (diff) | |
| download | dotfiles-cab771e6d1cc578e956f8bd9e3544cd0502b65a9.tar.gz dotfiles-cab771e6d1cc578e956f8bd9e3544cd0502b65a9.tar.bz2 dotfiles-cab771e6d1cc578e956f8bd9e3544cd0502b65a9.zip | |
Formatiere die Shell-Skripte einheitlich und sorge für POSIX-Kompatibilität
Diffstat (limited to 'bootstrap-nvim-dict.sh')
| -rwxr-xr-x | bootstrap-nvim-dict.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap-nvim-dict.sh b/bootstrap-nvim-dict.sh index aae8f88..9ffde0f 100755 --- a/bootstrap-nvim-dict.sh +++ b/bootstrap-nvim-dict.sh | |||
| @@ -7,8 +7,7 @@ mkdir -p "$SPELL_DIR" | |||
| 7 | cd "$SPELL_DIR" | 7 | cd "$SPELL_DIR" |
| 8 | 8 | ||
| 9 | download() { | 9 | download() { |
| 10 | local url="$1" | 10 | url="$1" |
| 11 | local file | ||
| 12 | file=$(basename "$url") | 11 | file=$(basename "$url") |
| 13 | 12 | ||
| 14 | if [ -f "$file" ]; then | 13 | if [ -f "$file" ]; then |
