xreg script uses csh/bash specific syntax for output redirection
Submitted by Pawel Worach
Assigned to Kevin E. Martin
Description
/bin/sh is not bash on every system so be more gentle and use the
out 2>&1 style instead of >&. Patch is coming up.