]> git.tdb.fi Git - builder.git/blobdiff - source/externaltask.cpp
Move the bpk files into a subdirectory and install them
[builder.git] / source / externaltask.cpp
index 5f5d394597b3a7d073d80bc2caa830172ba97d92..643831e993b9b7e8a8d4c2b65f11245c612bba18 100644 (file)
@@ -50,6 +50,8 @@ void ExternalTask::start()
        if(stdout_dest==CAPTURE || stderr_dest==CAPTURE)
                capture_pipe = new IO::Pipe;
 
+       prepare();
+
        if((pid = fork()))
        {
                if(pid==-1)