diff options
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 |
