Hi,
on ksh
When running my script I receive:
./myscript.ksh: line 25: syntax error at line 256: `'' unmatched
I do not understand. Error is in line 25 or 256.
Here are the lines:
25 function my_function{
..............................
...................................
35 }
256 echo "Report :"
Thanks