From b3f3997bd1b84725d3db82f81eebc00865fad117 Mon Sep 17 00:00:00 2001 From: Nina Didenko Date: Tue, 5 Nov 2019 20:45:41 +0300 Subject: [PATCH] dtinfogen: don't override PATH --- cde/programs/dtinfo/dtinfogen/infolib/etc/dtinfogen | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cde/programs/dtinfo/dtinfogen/infolib/etc/dtinfogen b/cde/programs/dtinfo/dtinfogen/infolib/etc/dtinfogen index 1e825e23..6d4d8a34 100755 --- a/cde/programs/dtinfo/dtinfogen/infolib/etc/dtinfogen +++ b/cde/programs/dtinfo/dtinfogen/infolib/etc/dtinfogen @@ -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 -- 2.25.1