Elektrine lite

← Feed

@leeloo@c.im

Post #1758308

2026-04-20 12:22 UTC

@teilweise @Sarnau @mayo @dasdom grep 'cannot delete' is not an exact match, it is a substring. And it's not the full error message anyway, so even if it was an exact match, it would still need to have the other half added elsewhere.

Replies (1)

  • @teilweise@layer8.space 2026-04-20 12:38

    @leeloo @Sarnau @mayo @dasdom That’s the search pattern, I should have given the result of the grep, too: It is the exact error message. I did a different grep to find the location of the string, the grep I gave in the post was just reduced to produce the single one line that matches the error message 1:1. Initially I used `grep -a -r Cannot' dele' /Applications/Xcode.app/ | less` but that contains lots of (binary) output and makes it hard to see the interesting part.

    Open ##1758309