Re: Problem with csh

2022-07-03 Thread Stephen P. Molnar
Deleted ~/.csh. Problem solved. On 07/02/2022 05:23 PM, Will Mengarini wrote: On Sat, Jul 02, 2022 at 01:18:08PM -0400, Stephen P. Molnar wrote: comp@AbNormal:~$ csh Bad : modifier in $ '/'. On Sat, Jul 02, 2022 at 03:31:12PM -0400, Bijan Soleymani wrote: Quick Google search shows it is an

Re: Problem with csh

2022-07-02 Thread Will Mengarini
On Sat, Jul 02, 2022 at 01:18:08PM -0400, Stephen P. Molnar wrote: comp@AbNormal:~$ csh Bad : modifier in $ '/'. On Sat, Jul 02, 2022 at 03:31:12PM -0400, Bijan Soleymani wrote: >> Quick Google search shows it is an issue with the syntax of defining >> environment variables: >>

Re: Problem with csh

2022-07-02 Thread Klaus Singvogel
Stephen P. Molnar wrote: > comp@AbNormal:~$ csh > Bad : modifier in $ '/'. A colon ":" is a modifier in the tcsh for variables. For instance: set f=file.c echo $f:r --> output: file [note the missing ".c", only root name] echo $f:e --> output: c

Re: Problem with csh

2022-07-02 Thread Greg Wooledge
On Sat, Jul 02, 2022 at 03:31:12PM -0400, Bijan Soleymani wrote: > On 2022-07-02 14:24, Greg Wooledge wrote: > > On Sat, Jul 02, 2022 at 01:18:08PM -0400, Stephen P. Molnar wrote: > > > I have one application that I compile which requires the csh shell. > > > > > > > comp@AbNormal:~$ csh > > >

Re: Problem with csh

2022-07-02 Thread Bijan Soleymani
On 2022-07-02 14:24, Greg Wooledge wrote: On Sat, Jul 02, 2022 at 01:18:08PM -0400, Stephen P. Molnar wrote: I have one application that I compile which requires the csh shell. comp@AbNormal:~$ csh Bad : modifier in $ '/'. AbNormal:~% I've never seen this before but the compilation process

Re: Problem with csh

2022-07-02 Thread Greg Wooledge
On Sat, Jul 02, 2022 at 01:18:08PM -0400, Stephen P. Molnar wrote: > I have one application that I compile which requires the csh shell. What does that even *mean*? If one of the *scripts* that you *execute* during the build uses csh, well, OK. I would write off that particular application as