Skip to content

Commit

Permalink
#254: fixed duplicated PATH variable (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceHeu authored Mar 19, 2024
1 parent 70ea7c4 commit 970e1fc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.util.Collection;

import com.devonfw.tools.ide.common.SystemPath;
import com.devonfw.tools.ide.context.IdeContext;
import com.devonfw.tools.ide.environment.VariableLine;
import com.devonfw.tools.ide.os.WindowsPathSyntax;
Expand Down Expand Up @@ -50,8 +49,6 @@ public void run() {
}
this.context.info(line.toString());
}
SystemPath path = this.context.getPath();
this.context.info("export PATH={}", path.toString(this.bash.isTrue()));
}

VariableLine normalizeWindowsValue(VariableLine line) {
Expand Down

0 comments on commit 970e1fc

Please sign in to comment.