The implementation of primSystem() (in the source code) appears as to assume that system() in the case of failure shall return a negative value, but any non-zero value should be treated as failure, I think. The -1 is converted to a funny value too, at least in the MacOS implementation. Hans Aberg
