]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlTexinfo.C
We don't currently use fork anywhere (or if we do it's by mistake!), so
[features.git] / src / frontends / controllers / ControlTexinfo.C
index 19a2291a3446f7fd9232109e94d4cc091dff6bcc..9a266a985fcce976627c0647f4e567c091f62cfa 100644 (file)
@@ -44,7 +44,7 @@ void ControlTexinfo::rescanStyles() const
 {
        // Run rescan in user lyx directory
        Path p(user_lyxdir);
-       Systemcalls one(Systemcalls::System,
+       Systemcalls one(Systemcalls::Wait,
                        LibFileSearch("scripts", "TeXFiles.sh"));
        p.pop();
 }
@@ -56,7 +56,7 @@ void ControlTexinfo::runTexhash() const
        Path p(user_lyxdir);
 
        //path to texhash through system
-       Systemcalls one(Systemcalls::System,"texhash"); 
+       Systemcalls one(Systemcalls::Wait, "texhash"); 
        p.pop();
 //     Alert::alert(_("texhash run!"), 
 //                _("rebuilding of the TeX-tree could only be successfull"),