summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 10:27:47 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 10:27:47 +0000
commitd6a4e17e16cfbaa5808ab9d0cd2a6f5abc713ae9 (patch)
treef6eb9ab17cd1d4da1376560d985def5bb622743c /ikiwiki
parent800dfe6612712c851ba4fdf2baab6e274dabbef2 (diff)
oops
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki b/ikiwiki
index 427243312..936b0a173 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -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();
}
}