|
Unmatched 'then'
I am having a problem with the following statement in a korn shell script:
if "$all_recs" = "ALL"; then
commands
fi;
I keep getting the error syntax error at line 999 : 'then' unmatched.
I'm sure it is a minor problem, but have been unable to find any answers online. Any help would be appreciated. Also appreciated are any good online sources for korn shell scripting.
Thanks,
Amber Taylor
|