Skip to content

Commit 25b2421

Browse files
committed
env.sh: clean out old CentOS/RHEL vestiges
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 16aaf4d commit 25b2421

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

env.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ function __setpaths() {
66
DIR="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"
77
fi
88

9-
if [ -f /opt/rh/rh-python38/enable ]; then
10-
source /opt/rh/rh-python38/enable
11-
fi
12-
139
export OPENROAD=${DIR}/tools/OpenROAD
1410
echo "OPENROAD: ${OPENROAD}"
1511

0 commit comments

Comments
 (0)