diff options
Diffstat (limited to 'bash-completion/last')
| -rw-r--r-- | bash-completion/last | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/last b/bash-completion/last index 493051e64..c93be3d43 100644 --- a/bash-completion/last +++ b/bash-completion/last @@ -6,6 +6,7 @@ _last_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-f') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 |
