Skip to content

Commit

Permalink
fix(update-alternatives): quote dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed May 28, 2023
1 parent 35017d2 commit 1205ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/update-alternatives
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _comp_cmd_update_alternatives__installed()
break
fi
done
COMPREPLY=($(compgen -W '$(command ls $admindir)' -- "$cur"))
COMPREPLY=($(compgen -W '$(command ls "$admindir")' -- "$cur"))
}

_comp_cmd_update_alternatives()
Expand Down

0 comments on commit 1205ed1

Please sign in to comment.