extfs rpm file name quoting
- From: Leonard den Ottolander <leonard den ottolander nl>
- To: MC Devel <mc-devel gnome org>
- Subject: extfs rpm file name quoting
- Date: Thu, 26 Aug 2004 19:12:01 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]