diff --git a/src/scripts/xzdiff.in b/src/scripts/xzdiff.in index fc1e0575..2d6e5da4 100644 --- a/src/scripts/xzdiff.in +++ b/src/scripts/xzdiff.in @@ -118,7 +118,7 @@ elif test $# -eq 2; then exec 4>&1 ($xz1 -cdfq -- "$1" 4>&-; echo $? >&4) 3>&- | ( ($xz2 -cdfq -- "$2" 4>&-; echo $? >&4) 3>&- 5<&- &3) 5<&0 ) case $xz_status in *[1-9]*) xz_status=1;;