diff options
| author | Koichi Murase <myoga.murase@gmail.com> | 2025-06-03 21:50:22 +0900 |
|---|---|---|
| committer | Koichi Murase <myoga.murase@gmail.com> | 2025-06-03 22:39:19 +0900 |
| commit | 356dd5464b19962af51542a64e5f7c08aa937e96 (patch) | |
| tree | fee4817f605f54c7c9fa26af9a9ab210a68d53f6 /bash-completion/wipefs | |
| parent | 1b356525c6824ec573b4fd3cf2a65585102cc641 (diff) | |
| download | util-linux-356dd5464b19962af51542a64e5f7c08aa937e96.tar.gz | |
bash-completion: prefix "command" to other external commands
Diffstat (limited to 'bash-completion/wipefs')
| -rw-r--r-- | bash-completion/wipefs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/wipefs b/bash-completion/wipefs index 4c1fb4af70..11f9c9daf7 100644 --- a/bash-completion/wipefs +++ b/bash-completion/wipefs @@ -29,7 +29,7 @@ _wipefs_module() ;; '-t'|'--types') local TYPES - TYPES="$(blkid -k)" + TYPES="$(command blkid -k)" COMPREPLY=( $(compgen -W "$TYPES" -- $cur) ) return 0 ;; |
