Skip to content

Commit

Permalink
Update bettersystem.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBColton committed Jul 4, 2020
1 parent e76433f commit 41b6276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CompilerSource/general/bettersystem.cpp
Expand Up @@ -355,7 +355,6 @@ void myReplace(std::string& str, const std::string& oldStr, const std::string& n
// reading from the terminal.
int infd = open("/dev/zero", O_RDONLY);
dup2(infd, STDIN_FILENO);
close(STDIN_FILENO);

// Redirect STDOUT
if (redirout == "") {
Expand Down

0 comments on commit 41b6276

Please sign in to comment.