Bug 3057

Summary: Erroneous script /etc/profile.d/givertcap.csh
Product: Sisyphus Reporter: Vadim V. Zhytnikov <vvzhy>
Component: givertcapAssignee: Yuri N. Sedunov <aris>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: blocker    
Priority: P4    
Version: unstable   
Hardware: all   
OS: Linux   

Description Vadim V. Zhytnikov 2003-09-27 00:30:49 MSD
В скрипте /etc/profile.d/givertcap.csh содержится ошибка. Правильно set foo=bar
или setenv foo bar но никак не setenv foo=bar.  Особенно плохо то, что такая
ошибка в /etc/profile.d/*.csh приводит к полной неработоспособности tcsh.
Comment 1 Yuri N. Sedunov 2003-09-27 00:48:29 MSD
$ LC_ALL=C rpm -qi givertcap|grep -i build
Release     : alt4                          Build Date: Mon Jul 14 12:38:13 2003
Install date: Mon Jul 14 12:38:36 2003      Build Host: aris.altlinux.ru
$ cat `rpm -ql givertcap|grep csh`
#!/bin/csh
setenv GIVERTCAP "/usr/bin/givertcap"
Comment 2 Vadim V. Zhytnikov 2003-09-27 10:16:33 MSD
OK