extfs rpm file name quoting
Leonard den Ottolander
leonard at den.ottolander.nl
Thu Aug 26 17:12:01 UTC 2004
Hi,
The sed command used in mcrpmfs_list() should probably also be used in
mcrpmfs_copyout():
--- rpm.000 2004-08-26 17:44:13.000000000 +0200
+++ rpm 2004-08-26 19:02:32.000000000 +0200
@@ -133,7 +133,7 @@
mcrpmfs_copyout ()
{
- f="\"$1\""
+ f="`echo "$1" | $SED "$SEDCMD"`"
case "$2" in
HEADER) $RPM -qip "$f" > "$3"; exit 0;;
INSTALL) echo "# Run this to install this RPM package" > "$3";
exit 0;;
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
More information about the mc-devel
mailing list