master
joey 2006-03-23 10:27:47 +00:00
parent 800dfe6612
commit d6a4e17e16
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ sub getconfig () { #{{{
if (! $config{setup}) {
usage() unless @ARGV == 2;
$config{srcdir} = possibly_foolish_untaint(shift);
$config{destdir} = possibly_foolish_untaint(shift);
$config{srcdir} = possibly_foolish_untaint(shift @ARGV);
$config{destdir} = possibly_foolish_untaint(shift @ARGV);
checkconfig();
}
}