/usr/bin/mozilla would not work if called with a URL argument that contains comas - mozilla-bin considers coma to be an argument separater in -remote "openurl($URL)", not part of the URL. My solution to this problem is replacing all comas in the URL with %2C. P.S. Is this the right place for /usr/bin/mozilla bugs? Or now that mozilla.org buuilds nightly (actually, more line weekly) RPMs, they belong to bugzilla.mozilla.org?
Hang on, is it a problem with the command line parsing in mozilla or is it the shell script itself that has the problem? What is an example url on the command line that shows the problem?
Possibly the interaction of the two. However, I no longer seem to be able to reproduce it with recent builds