mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-12 10:02:52 +03:00
* extfs/rpm: Modified workaround for spaces and single quotes
in the path name. For mcrpmfs_copyout too.
This commit is contained in:
parent
1655a5437c
commit
7680fd6884
@ -133,7 +133,7 @@ mcrpmfs_list ()
|
||||
|
||||
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;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user