csh scripting
I'm hoping someone here can give me some insight as to why this doesn't work. Granted it's only one problem with this script, but It's such a simple problem that I can't figure out...
Assume I write these lines
#!/bin/csh -f
setenv MODASL2HOME /home/jmckee/MODAS_Lite_2p1/MODASL2/
echo $MODASL2HOME
cd $MODASL2HOME
I get this output
/home/jmckee/MODAS_Lite_2p1/MODASL2/
: No such file or directory/MODASL2/
this is in a .COM file if it matters (I doubt it)
any ideas?
Assume I write these lines
#!/bin/csh -f
setenv MODASL2HOME /home/jmckee/MODAS_Lite_2p1/MODASL2/
echo $MODASL2HOME
cd $MODASL2HOME
I get this output
/home/jmckee/MODAS_Lite_2p1/MODASL2/
: No such file or directory/MODASL2/
this is in a .COM file if it matters (I doubt it)
any ideas?
0