A command question

In one of our scripts, I see the following:
PATH=`pwd` ## PATH=$(pwd)

I see few commands with several ## in between while declaring a variable.

May I know what ## signifies?

Thanks
Chiru

Chiru,
The '#' (one only) means beginning of a comment.
Anything else in the line is not considered by the shell.