1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04: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});