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 iss
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:
>> https://s
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 [n
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
> > > Ba
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
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 "l
6 matches
Mail list logo