Bug 109587
| Summary: | at generates bad tcsh scripts | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Fischer <michael.fischer> |
| Component: | at | Assignee: | Jens Petersen <petersen> |
| Status: | CLOSED ERRATA | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1 | CC: | msz, sergio.pasra, servizi |
| 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: | 2004-01-13 03:42: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: | |||
Probably a dupe of 91233 I agree. Thanks for pointing this out to me. I'm marking this as a duplicate of 91233. *** This bug has been marked as a duplicate of 91233 *** *** Bug 111386 has been marked as a duplicate of this bug. *** I would like to address this issue separately from bug 91233. Nevermind, fixed in FC Development in at-3.1.8-49. *** Bug 117102 has been marked as a duplicate of this bug. *** *** Bug 117276 has been marked as a duplicate of this bug. *** An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2004-593.html |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Description of problem: at generates a bad script when SHELL=/bin/tcsh. It puts the correct heading line #!/bin/tcsh into the script, but it puts /bin/sh-style environment-setting commands into the script, e.g. NNTPSERVER=news.yale.edu; export NNTPSERVER This script of course fails when run. If instead at is called with SHELL=/bin/sh, then it generates a correct /bin/sh-style script which works correctly. Version-Release number of selected component (if applicable): at-3.1.8-46.1 How reproducible: Always Steps to Reproduce: 1.Set environment variable SHELL=/bin/tcsh 2.at now 3.at> whoami 4. ^D 5. Read email response. Actual Results: Email showing attemt to execute environment, e.g., NNTPSERVER=news.yale.edu: Command not found. export: Permission denied. ... Expected Results: Email containing "mike' (the result of the "whoami" command). Additional info: To see the script generated, try at 'now+1 hour'; then look in /var/spool/at and examine the generated script.