Merge pull request #63081 from caadar/master

Improve ZFS Bash completions user expirience
This commit is contained in:
Matthew Bauer 2019-06-20 15:29:03 -04:00 committed by GitHub
commit 04e6a1bb9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,7 @@ let
# Add Bash completions.
install -v -m444 -D -t $out/share/bash-completion/completions contrib/bash_completion.d/zfs
(cd $out/share/bash-completion/completions; ln -s zfs zpool)
'';
outputs = [ "out" ] ++ optionals buildUser [ "lib" "dev" ];