Syntax error: EOF in backquote substitution Syntax error: EOF in backquote substitution bash bash

Syntax error: EOF in backquote substitution


The syntax coloring didn't give it away?

 stop)       echo -n "Stopping $NAME"       kill -TERM `cat $PID_FILE

It's the backtick and the end of the kill line.