[Error] find error when removing a --unshare-all box
- Linguagem predominante
- Go
- Estrelas
- 13k
- Forks
- 541
- Merge médio
- 20h 47min
- PRs com merge (30d)
- 4
Descrição
**Describe the bug**
When I delete a box that was created with --unshare-all I get `find: warning: ‘-name’ matches against basenames only, but the given pattern contains a directory separator (‘/’), thus the expression will evaluate to false all the time. Did you mean ‘-wholename’?`
**Desktop (please complete the following information):**
- podman
- distrobox 1.8.2.2, installed via curl
- void linux
Guia de contribuição
Direção de pesquisa
Procure o distrobox remove command no codebase, provavelmente em um shell script. Procure commands 'find' que usam '-name' com um pattern contendo uma '/'. O warning sugere substituir '-name' por '-wholename'. Teste o fix criando e removendo uma box com --unshare-all para garantir que o warning desapareça e que a remoção funcione corretamente.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- bash, shell
- Domínio
- cli
- Tipo de issue
- Bug
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 65/100