summaryrefslogtreecommitdiffstats
path: root/env.bash
blob: 28dcf56e46eb887da53ef02e9574be6c6362499c (plain)
1
2
3
4
5
6
7
export MCP_PATH=/esw/user/nfs/iawillia/fakeroot

if [ -e /esw/fakeroot/ ]; then
    export MCP_PATH=/esw/fakeroot
fi

export PATH=${PATH}:${MCP_PATH}/opt/mcp/bin:${MCP_PATH}/usr/bin:`pwd`/src/build/trace
OpenPOWER on IntegriCloud