diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-10 17:41:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-10 17:41:43 -0400 |
commit | e4395a567b95d4adeda54add09faf180cf29ee76 (patch) | |
tree | f4723f87cab6b4c4f7ac36ca7d4d57a5dca11a65 /doc/bugs | |
parent | e1d456a86ff808f1bc8e73c7c5d882017bd48d89 (diff) |
Fix broken rcs_update for bzr. (Scott Bronson)
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/bzr-update-syntax-error.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/bzr-update-syntax-error.mdwn b/doc/bugs/bzr-update-syntax-error.mdwn index 8ae609838..800e5ebb2 100644 --- a/doc/bugs/bzr-update-syntax-error.mdwn +++ b/doc/bugs/bzr-update-syntax-error.mdwn @@ -7,3 +7,5 @@ It should be: my @cmdline = ("bzr", "update", $config{srcdir}); The former produces errors such as "_bzr: ERROR: unknown command "/home/user/ikiwiki/posts_", "_'bzr /home/user/ikiwiki/posts update' failed: Inappropriate ioctl for device at /usr/share/perl5/IkiWiki/Rcs/bzr.pm line 48._". + +[[done]], thanks --[[Joey]] |