Originally posted by Vorlin
That's f'ing odd. Symbolic links aren't supposed to act that way and if they're modifying the way the binary is called and using the symlink to determine what happens, I can almost guarantee not many *nix boxes have that. It's a weird way of calling 'command line' options I guess. Good job though!
Actually, it's fairly common Vorlin. All a symbolic link is is a link to the real executable. You could rename the file to a different name, and it would still behave the same. It's in the app, the links aren't doing anything.