Skip to content

Commit 970e1fc

Browse files
authored
devonfw#254: fixed duplicated PATH variable (devonfw#255)
1 parent 70ea7c4 commit 970e1fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cli/src/main/java/com/devonfw/tools/ide/commandlet/EnvironmentCommandlet.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import java.util.Collection;
44

5-
import com.devonfw.tools.ide.common.SystemPath;
65
import com.devonfw.tools.ide.context.IdeContext;
76
import com.devonfw.tools.ide.environment.VariableLine;
87
import com.devonfw.tools.ide.os.WindowsPathSyntax;
@@ -50,8 +49,6 @@ public void run() {
5049
}
5150
this.context.info(line.toString());
5251
}
53-
SystemPath path = this.context.getPath();
54-
this.context.info("export PATH={}", path.toString(this.bash.isTrue()));
5552
}
5653

5754
VariableLine normalizeWindowsValue(VariableLine line) {

0 commit comments

Comments
 (0)