From e4395a567b95d4adeda54add09faf180cf29ee76 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2008 17:41:43 -0400 Subject: Fix broken rcs_update for bzr. (Scott Bronson) --- IkiWiki/Rcs/bzr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki') diff --git a/IkiWiki/Rcs/bzr.pm b/IkiWiki/Rcs/bzr.pm index 526036bf3..7ab2fd2c5 100644 --- a/IkiWiki/Rcs/bzr.pm +++ b/IkiWiki/Rcs/bzr.pm @@ -43,7 +43,7 @@ sub bzr_log ($) { #{{{ } #}}} sub rcs_update () { #{{{ - my @cmdline = ("bzr", $config{srcdir}, "update"); + my @cmdline = ("bzr", "update", $config{srcdir}); if (system(@cmdline) != 0) { warn "'@cmdline' failed: $!"; } -- cgit v1.2.3