[svn r299] forgot to return status in runExecutable

This commit is contained in:
Tomas Lindquist Olsen
2008-06-20 22:12:15 +02:00
parent 41a104c0f4
commit fe09b045f3

View File

@@ -227,4 +227,5 @@ int runExectuable()
error("error message: %s", errstr.c_str());
fatal();
}
return status;
}