8cdc6a4ecc
OBS-URL: https://build.opensuse.org/request/show/48470 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=12
18 lines
570 B
Diff
18 lines
570 B
Diff
Index: zdiff.in
|
|
===================================================================
|
|
--- zdiff.in.orig
|
|
+++ zdiff.in
|
|
@@ -105,9 +105,9 @@ elif test $# -eq 2; then
|
|
5<&0
|
|
then
|
|
gzip_status=$(
|
|
- exec 4>&1
|
|
- (gzip -cdfq -- "$1" 4>&-; echo $? >&4) 3>&- |
|
|
- ( (gzip -cdfq -- "$2" 4>&-; echo $? >&4) 3>&- 5<&- </dev/null |
|
|
+ exec 4>&1 6<&0
|
|
+ (gzip -cdfq -- "$1" 4>&-; echo $? >&4) 3>&- 6<&- |
|
|
+ ( (gzip -cdfq -- "$2" 4>&- 0<&6 6<&-; echo $? >&4) 3>&- 5<&- </dev/null |
|
|
eval "$cmp" /dev/fd/5 - >&3) 5<&0
|
|
)
|
|
cmp_status=$?
|