Running Fedora 21 on my VM.
I am receiving "Syntax error:unexpected end of file " upon bash script execution.
There is no line 35 in my script. why am I getting the error?
closed as off-topic by dhag, G-Man, slm♦ Jun 15 at 4:00This question appears to be off-topic. The users who voted to close gave this specific reason:
|
|
You missed the
|
|||||
|
You need to close the function declaration by putting a |
|||
|
}
for function definition. – cuonglm Jun 15 at 1:59