updates...

This commit is contained in:
joey
2002-06-14 03:26:52 +00:00
parent 15b992c58f
commit b56e80e565

View File

@@ -139,7 +139,7 @@ sub getcontrolfile {
" tar xf - ./$file &&". " tar xf - ./$file &&".
" cat $file; cd /; rm -rf /tmp/tar_out.$$)"; " cat $file; cd /; rm -rf /tmp/tar_out.$$)";
} }
my $getcontrol = "ar -p $file control.tar.gz | gzip -dc | ".tar_out($controlfile); my $getcontrol = "ar -p $file control.tar.gz | gzip -dc | ".tar_out($controlfile)." 2>/dev/null";
return `$getcontrol` return `$getcontrol`
} }
} }