Files
Richard W.M. Jones e49d65a5fd bash: Replace 'cp -d' command with POSIX 'cp -P'
Comment from Eric Blake:

> We don't have any hard-links in our source. GNU cp -d is the same as
> cp -P --preserve=links, but --preserve=links only matters for hard
> links, so losing it doesn't hurt our usage. I'm inclined to just go
> with cp -P unconditionally rather than needing the configure.ac
> logic for $(CP_D).

Fixes: https://github.com/libguestfs/libguestfs/issues/183
Reported-by: Mohamed Akram
Thanks: Eric Blake
2025-04-22 18:41:51 +01:00
..
2025-02-16 17:00:46 +00:00
2025-02-16 17:00:46 +00:00
2025-02-16 17:00:46 +00:00
2025-02-16 17:00:46 +00:00

This directory contains the scripts for tab-completing commands in
bash.  Note these new-style demand-loaded scripts require
'bash-completion' >= 1.99.

Tip: To test the bash completions without having to install them,
simply start a new shell and 'source ./virt-foo'.