Fixed bug in auxiliary scripts (not SDP core).
In runCmd() defined in libCore.sh, when calling a shell command
that does not capture output, either explicitly because
captureOutputFlag was set to 0 (disabled) or because the command
included redirect opertors, the exit code of the called command
always indicated zero, regardless of the actual exit code of
the called command.