Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 13509

Summary: .tcshrc error
Product: [Retired] Red Hat Linux Reporter: Pekka Savola <pekkas>
Component: rootfilesAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-19 15:39:30 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 Pekka Savola 2000-07-05 19:42:40 UTC
tcsh says at root login (rootfiles-7.0-2):

Bad : modifier in $ ($).

trivial fix:
-----
--- .tcshrc     Wed Jul  5 11:03:00 2000
+++ .tcshrc~    Wed Jul  5 11:02:44 2000
@@ -6,6 +6,6 @@
 alias cp 'cp -i'
 alias mv 'mv -i'
 
-setenv PATH "/usr/local/sbin:/usr/sbin:/sbin:$PATH:$HOME/bin"
+setenv PATH "/usr/local/sbin:/usr/sbin:/sbin:${PATH}:${HOME}/bin"
 
 set prompt='[%n@%m %c]# ' 
-----

Comment 1 Bill Nottingham 2000-07-19 15:39:29 UTC
Fixed in rootfiles-7.0-4 or so.

Comment 2 Pekka Savola 2000-07-27 12:10:08 UTC
Fixed in beta5 (at least).