You have a warning, probably telling you the file doesn't end with a newline (as all text files should, but many don't realise that). The file should not be executable (I presume that's what you mean by "extricable") as it is read by another program (xrdb) and not executed itself.
Have you checked whether it worked?