更新 tests/fastweb.cpp

This commit is contained in:
2025-12-29 21:16:45 +08:00
parent e2a3da8f08
commit 6a8d280ec2

View File

@@ -412,7 +412,7 @@ void fastweb::install_module_linux(fastweb::module_info info)
cmd = tdir+"/build.sh";
system(std::string("chmod 777 " + cmd).c_str());
::system(std::string("chmod 777 " + cmd).c_str());
auto [code2,result2] = execute_command(cmd);
if(code2 != 0)
{