1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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