Package: findutils Version: 4.4.0-2 Severity: minor To reproduce, run this (stupid) command (the contents of the current directory don't matter):
find . -name phc/\*.tex The output is: find: warning: Unix filenames usually don't contain slashes (though pathnames do). That means that '-name `phc/*.tex'' will probably evaluate to false all the time on this system. You might find the '-wholename' test more useful, or perhaps '-samefile'. Alternatively, if you are using GNU grep, you could use 'find ... -print0 | grep -FzZ `phc/*.tex''. However, the backtick has special meaning in bash, and thus should be replaced with a single quote in the second and the last lines of the error message. I.e., the error message should suggest to run find ... -print0 | grep -FzZ 'phc/*.tex' -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages findutils depends on: ii libc6 2.7-10 GNU C Library: Shared libraries findutils recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]