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:
parent
5974393771
commit
0690ad6354
@ -127,7 +127,7 @@ sub _setup {
|
||||
close (FILE);
|
||||
}
|
||||
|
||||
chdir ("input");
|
||||
chdir ("../input");
|
||||
$self->_setup_server();
|
||||
|
||||
chdir ($self->{_workdir});
|
||||
|
Loading…
Reference in New Issue
Block a user