1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-14 21:40:42 +08:00

[svn] Fixed a minor bug in _setup method.

This commit is contained in:
mtortonesi 2007-06-14 08:43:25 -07:00
parent 5974393771
commit 0690ad6354

View File

@ -127,7 +127,7 @@ sub _setup {
close (FILE);
}
chdir ("input");
chdir ("../input");
$self->_setup_server();
chdir ($self->{_workdir});