Skip to content

Commit

Permalink
strip componenets
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikdutt18 committed May 27, 2020
1 parent 8369c6b commit 69e5468
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() + "/" +
Expand Down

0 comments on commit 69e5468

Please sign in to comment.