diff --git a/utils/utils.hpp b/utils/utils.hpp index da12371a..e104e2c8 100644 --- a/utils/utils.hpp +++ b/utils/utils.hpp @@ -67,9 +67,7 @@ class Utils command = "tar --force-local -xvzf " + boost::filesystem::current_path().string() + "\\" + - pathToArchiveTemp + " -C " + - boost::filesystem::current_path().string() + "\\" + - pathForExtractionTemp + " --strip-components=1"; + pathToArchiveTemp + " --strip-components=1"; std::cout << command << " \n " << boost::filesystem::current_path().string(); #else command = command + boost::filesystem::current_path().string() + "/" +