Supress non-FASM output.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2018-10-30 11:57:26 -07:00
parent d0c1efbfc2
commit 6c3d621627
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ set -ex
BIT_IN=$1
BITS=$(tempfile --suffix .bits)
${XRAY_BITREAD} -F $XRAY_ROI_FRAMES -o ${BITS} -z -y ${BIT_IN}
${XRAY_BITREAD} -F $XRAY_ROI_FRAMES -o ${BITS} -z -y ${BIT_IN} > /dev/null
${XRAY_BITS2FASM} ${BITS}