unexpected EOF while looking for matching `"'
I am receiving this error from a bash script I'm running. Is it trying to tell me that it is looking for a ` or " or ' character?
I've checked and had others check and I cannot find ANY backtics in my script and ANY/ALL uses of " or ' are definitely paired.
Any ideas as to what I might look for next???
Thanks
I am receiving this error from a bash script I'm running. Is it trying to tell me that it is looking for a ` or " or ' character?
I've checked and had others check and I cannot find ANY backtics in my script and ANY/ALL uses of " or ' are definitely paired.
Any ideas as to what I might look for next???
Thanks