summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--env.bash2
-rw-r--r--env.csh2
2 files changed, 2 insertions, 2 deletions
diff --git a/env.bash b/env.bash
index d32731858..a7068c57e 100644
--- a/env.bash
+++ b/env.bash
@@ -1,4 +1,4 @@
-export MCP_PATH=/opt/mcp/shared/openhal
+export MCP_PATH=/opt/mcp/shared/powerhal
if [ -e /esw/fakeroot/ ]; then
export MCP_PATH=/esw/fakeroot
diff --git a/env.csh b/env.csh
index a7d560ff3..7fe423849 100644
--- a/env.csh
+++ b/env.csh
@@ -1,4 +1,4 @@
-setenv MCP_PATH /opt/mcp/shared/openhal
+setenv MCP_PATH /opt/mcp/shared/powerhal
if (-e /esw/fakeroot/) then
setenv MCP_PATH /esw/fakeroot
endif
OpenPOWER on IntegriCloud