mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* extfs/uarj.in (mcarjfs_copyout): Use the regular extract command,
instead of redirecting all the output of the print (p) command.
This commit is contained in:
parent
28c940b71e
commit
4cc677124a
@ -1,3 +1,10 @@
|
||||
2005-03-31 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* extfs/uarj.in (mcarjfs_copyout): Use the regular extract command,
|
||||
instead of redirecting all the output of the print (p) command.
|
||||
|
||||
From w.v.velzen@sercom.nl
|
||||
|
||||
2005-03-29 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* samba/param/loadparm.c: Remove init_locals(), lp_smb_passwd_file(),
|
||||
|
@ -60,7 +60,7 @@ mcarjfs_list ()
|
||||
|
||||
mcarjfs_copyout ()
|
||||
{
|
||||
$ARJ p "$1" "$2" > "$3" 2>/dev/null
|
||||
$ARJ e -y "$1" "$2" -jw"$3" >/dev/null 2>/dev/null
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user