summaryrefslogtreecommitdiffstats
path: root/bash-completion/fsck
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/fsck')
-rw-r--r--bash-completion/fsck2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/fsck b/bash-completion/fsck
index 301bb5d00..816422f52 100644
--- a/bash-completion/fsck
+++ b/bash-completion/fsck
@@ -32,7 +32,7 @@ _fsck_module()
return 0
;;
esac
- COMPREPLY=( $(compgen -W "$(lsblk -pnro name)" -- $cur) )
+ COMPREPLY=( $(compgen -W "$(find -L /dev/ -type b 2>/dev/null)" -- $cur) )
return 0
}
complete -F _fsck_module fsck