Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

syntax error at line

happy10319Apr 15 2019 — edited Apr 16 2019

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

This post has been answered by Dude! on Apr 15 2019
Jump to Answer
Comments
Post Details
Added on Apr 15 2019
7 comments
647 views