Merge: nitdoc: Escape paths passed to the shell.
authorJean Privat <jean@pryen.org>
Mon, 10 Nov 2014 16:57:30 +0000 (11:57 -0500)
committerJean Privat <jean@pryen.org>
Mon, 10 Nov 2014 16:57:30 +0000 (11:57 -0500)
commit4204c4ad6d4802967adbe6a0dbe09f3ea5f05ddf
tree3e45a33a01b1344b25062d013a3a6a35ddef075f
parentb3795622be964bd35d6e72cca5fed22718449b11
parent6b17bf7255a062637f83c670bd40c43f9392bdff
Merge:  nitdoc: Escape paths passed to the shell.

While investigating for a possible source of the recent Jenkins crashes when generating documentation, I found that Nitdoc was not escaping paths in its shell commands properly. So, this PR fix that mistake.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #893
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>