https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266858
Peter Wemm <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Peter Wemm <[email protected]> --- Something is more wrong than is first apparent. The script has valid csh/tcsh syntax, and is even documented in the tcsh man page. Here's the real problem: root@overcee:/home/peter # csh /usr/local/etc/profile.d/vte.csh root@overcee:/home/peter # sh /usr/local/etc/profile.d/vte.csh /usr/local/etc/profile.d/vte.csh: 19: Syntax error: word unexpected (expecting "then") Something is running the *.csh profile scripts with sh. On my system, root still has the tcsh as a shell while the sddm user has a nologin shell. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
