Re: extfs rpm file name quoting



Hello Leonard,

Thursday, August 26, 2004, 11:12:01 PM, you wrote:

LdO> The sed command used in mcrpmfs_list() should probably also be used in
LdO> mcrpmfs_copyout():

LdO> --- rpm.000     2004-08-26 17:44:13.000000000 +0200
LdO> +++ rpm 2004-08-26 19:02:32.000000000 +0200
LdO> @@ -133,7 +133,7 @@
 
LdO>  mcrpmfs_copyout ()
LdO>  {
LdO> -    f="\"$1\""
LdO> +    f="`echo "$1" | $SED "$SEDCMD"`"
LdO>      case "$2" in
LdO>         HEADER) $RPM -qip "$f" > "$3"; exit 0;;
LdO>         INSTALL) echo "# Run this to install this RPM package" > "$3";
LdO> exit 0;;

Fixed.

-- 
Best regards,
 pavelsh                            mailto:pavelsh mail ru




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