diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 10:27:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 10:27:47 +0000 |
commit | d6a4e17e16cfbaa5808ab9d0cd2a6f5abc713ae9 (patch) | |
tree | f6eb9ab17cd1d4da1376560d985def5bb622743c /ikiwiki | |
parent | 800dfe6612712c851ba4fdf2baab6e274dabbef2 (diff) |
oops
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); } } |