dtinfogen: don't override PATH
This commit is contained in:
committed by
Jon Trulson
parent
88b46c6a28
commit
b3f3997bd1
@@ -30,8 +30,6 @@
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
USERPATH=$PATH
|
||||
PATH=/bin:/usr/bin:/usr/sbin
|
||||
RETCODE=0
|
||||
|
||||
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
|
||||
|
||||
PATH=${PATH}:${USERPATH}
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Create the command line and invoke the DtInfo build tools
|
||||
|
||||
Reference in New Issue
Block a user