From 69e546814da9ce5f8de5588c042deaa89fe93ae9 Mon Sep 17 00:00:00 2001 From: kartikdutt18 Date: Wed, 27 May 2020 11:03:58 +0530 Subject: [PATCH] strip componenets --- utils/utils.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() + "/" +