Bug 3952

Summary: "/etc/profile.d/kde.csh" has syntax errors
Product: [Retired] Red Hat Linux Reporter: tomk
Component: kdesupportAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-09 21:14:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description tomk 1999-07-08 23:13:55 UTC
The script above has several syntax errors.  Here's a
corrected version.  Please include it in the next update.
Changed lines marked with "####"
===============================================
# KDE initialization script (csh)

if ( $?KDEDIR ) then
         if ( $KDEDIR == "/usr" ) then
         exit
         endif
endif
setenv KDEDIR /usr
set kdepath="${KDEDIR}/bin"         ####
echo ${PATH} | grep -q ${kdepath}   ####
if ( $status == 0 ) then            ####
  exit
endif

setenv PATH "${kdepath}:${PATH}"

Comment 1 Jeff Johnson 1999-07-09 21:14:59 UTC
*** This bug has been marked as a duplicate of 3686 ***