diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-15 20:22:02 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-15 20:22:02 +0000 |
commit | c5b67a8320fc0e8774f8e2cd7de7ba1ea6e71c67 (patch) | |
tree | ffb089873b89916d2367e50b71a959b3e0898b49 /doc | |
parent | e2ae0deb7209f3028cacb2147b96e15b82274f00 (diff) |
web commit by PatrickWinnertz: fixed issue
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/latex.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index 08d9ce578..2b6833ee7 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -117,6 +117,8 @@ Yes of course, I'll improve the url handling. My comment was only about the seve >>> Or just propigate up an error message. If it's failing, someone is >>> probably trying to DOS ikiwiki or something. :-) +Fixed. I now use eval { create_tmp } and then: if ($?) { $returncode = 0 } else { save .tex file ... } ... + > I'm not sure why you're sanitising the PATH before calling latex. This could be problimatic on systems where latex is not in /bin or /usr/bin |