Don't call system() in the constructor path
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 23 Feb 2010 23:56:27 +0000 (18:56 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 23 Feb 2010 23:56:27 +0000 (18:56 -0500)
This leads to an infinite process creation loop.

Instead of calling mkdir -p on the shell, add an mkdir -p function.


No differences found
This page took 0.023731 seconds and 4 git commands to generate.