extfs/rpm whitespace(s) and single quote(s) in filename workaround



Hello,

workaround for
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64007

 Additional Comment #1 From Jeff Johnson on 2002-05-09 12:17 -------

If you *must* query filenames with embedded spaces,
then you will need to add an extra level of escaping
to get past rpm's globbing and reparsing of CLI
arguments.

Here's what will "work" for your example:
  rpm -q -p /tmp/a\\\ b\\\ c/diffutils-2.7-23.i386.rpm

Double quote is a problem yet.

Also typo fix for extfs/extfs.ini.

-- 
Regards,
Andrew V. Samoilov.

Attachment: rpm-extfs.patch.gz
Description: application/gzip

--- vfs/extfs/extfs.ini.bak	Wed Aug 13 18:22:13 2003
+++ vfs/extfs/extfs.ini	Wed Jan 21 18:00:13 2004
@@ -36,7 +36,7 @@
 rpms:
 trpm
 
-# dpkg frontent
+# dpkg frontend
 dpkg:
 debd
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]