web commit by PatrickWinnertz: fixed issue
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 15 Jul 2007 20:22:02 +0000 (20:22 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 15 Jul 2007 20:22:02 +0000 (20:22 +0000)
doc/todo/latex.mdwn

index 08d9ce5785660c6432302b8cd4e90e848549f043..2b6833ee71ecd2455d47e08530e77e326ae64120 100644 (file)
@@ -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