https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242905
--- Comment #6 from grarp...@gmail.com --- Lines 10~13: Redundant, bin/qtchooser presence of lines 15~18 implies this. Line 15 and 30: The admin etc may have disabled the perms, and we are only managing the hier not exec them, so change both the -x to -f. Line 50: This appears to be anti clobber/problem test, any type of inode may be there, so be wider... a) change -f to -e b) if test fails, emit the clue with else "ls -l ${target}" -- You are receiving this mail because: You are the assignee for the bug.