Skip to content

Commit 87d1672

Browse files
sudonym1akinomyoga
andauthored
Update completions/_umount.linux
Co-authored-by: Koichi Murase <[email protected]>
1 parent eb4b37d commit 87d1672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/_umount.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _reply_compgen_array()
2626

2727
# Actually generate completions.
2828
local IFS=$'\n'
29-
eval 'COMPREPLY=(`compgen -W "$wlist" -- "${ecur}"`)'
29+
COMPREPLY=($(compgen -W "$wlist" -- "${ecur}"))
3030
_comp_unlocal IFS
3131
}
3232

0 commit comments

Comments
 (0)