mirror of https://github.com/openXC7/prjxray.git
Supress non-FASM output.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
d0c1efbfc2
commit
6c3d621627
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue