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:
parent
88b46c6a28
commit
b3f3997bd1
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue