dtinfogen: don't override PATH

This commit is contained in:
Nina Didenko
2019-11-05 20:45:41 +03:00
committed by Jon Trulson
parent 88b46c6a28
commit b3f3997bd1

View File

@@ -30,8 +30,6 @@
# #
############################################################################### ###############################################################################
USERPATH=$PATH
PATH=/bin:/usr/bin:/usr/sbin
RETCODE=0 RETCODE=0
trap '\ trap '\
@@ -45,7 +43,7 @@ trap '\
# #
############################################################################### ###############################################################################
export ARCH DTINFO_HOME OTK_NAME PATH export ARCH DTINFO_HOME OTK_NAME
############################################################################### ###############################################################################
@@ -361,8 +359,6 @@ if [ ! -d $DTINFO_LIB ] ; then
fi fi
PATH=${PATH}:${USERPATH}
############################################################################### ###############################################################################
# #
# Create the command line and invoke the DtInfo build tools # Create the command line and invoke the DtInfo build tools