Bug 13509
| Summary: | .tcshrc error | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Pekka Savola <pekkas> |
| Component: | rootfiles | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | 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: | |||
Fixed in rootfiles-7.0-4 or so. Fixed in beta5 (at least). |
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]# ' -----