in reply to Re: Re: Syntax Error
in thread Syntax Error
1 -- The 'shebang line' ("#! /user ...") may have a leading space. The Shell, not finding '#!' as the first two characters takes off an tries to parse/run the "ksh" script it has just discovered.
2 -- The first line in the file is empty, so the Shell having no other guidance takes off and fails during the parse.
----
I Go Back to Sleep, Now.
OGB
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Syntax Error
by Abigail-II (Bishop) on Jan 20, 2004 at 16:46 UTC | |
|
Re: Re: Re: Re: Syntax Error
by dragonchild (Archbishop) on Jan 20, 2004 at 16:34 UTC |