* 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:
Andrew V. Samoilov 2005-03-31 05:28:15 +00:00
parent 28c940b71e
commit 4cc677124a
2 changed files with 8 additions and 1 deletions

View File

@ -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(),

View 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
}