History of AFNI updates  

|
January 07, 2008 02:46PM
Hi Michael,

That is a tcsh script, as specified by the first line,
but you are executing it using bash (by 'sourcing'
the script?).

It is preferable to make it executable:

chmod a+x @stim_analyze

and to run it via:

./@stim_analyze

If you don't like chmod, the use tcsh:

tcsh @stim_analyze

- rick

Subject Author Posted

Error with how-to script #3

Michael Amlung January 07, 2008 02:32PM

Re: Error with how-to script #3

rick reynolds January 07, 2008 02:46PM