Browse Source

更新 tests/fastweb.cpp

1585346868 8 months ago
parent
commit
1932f033e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/fastweb.cpp

+ 1 - 1
tests/fastweb.cpp

@@ -412,7 +412,7 @@ void fastweb::install_module_linux(fastweb::module_info info)
 
 
             
             
             cmd = tdir+"/build.sh";
             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);
             auto [code2,result2] = execute_command(cmd);
             if(code2 != 0)
             if(code2 != 0)
             {
             {