
https://bugzilla.novell.com/show_bug.cgi?id=403616 User lchiquitto@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=403616#c1 Leonardo Chiquitto <lchiquitto@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lchiquitto@novell.com --- Comment #1 from Leonardo Chiquitto <lchiquitto@novell.com> 2008-06-25 08:44:33 MDT --- cpio(1) uses fnmatch(3) to match filenames in pattern files and, by default, fnmatch(3) uses "shell wildcard patterns" meaning that you will have to escape the "[" character with a "\". $ cat filelist /usr/lib/debug/usr/bin/\[.debug $ rpm2cpio coreutils-debuginfo-6.11-9.i586.rpm | cpio -i -d -v -E filelist /usr/lib/debug/usr/bin/[.debug 13395 blocks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.