**Added:** * **Changed:** * **Deprecated:** * **Removed:** * **Fixed:** * Callable aliases were not properly raising a ``CalledProcessError`` when they returned a non-zero exist status when ``$RAISE_SUBPROC_ERROR = True``. This has been fixed. **Security:** *