From cab771e6d1cc578e956f8bd9e3544cd0502b65a9 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 8 Jan 2026 17:24:21 +0100 Subject: Formatiere die Shell-Skripte einheitlich und sorge für POSIX-Kompatibilität MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap-nvim-dict.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootstrap-nvim-dict.sh') 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" cd "$SPELL_DIR" download() { - local url="$1" - local file + url="$1" file=$(basename "$url") if [ -f "$file" ]; then -- cgit v1.3