Commit 80c8e7b
committed
make-unizip: do not use 7z -r (this flag does not do what you think)
The -r option of zip is already implied by 7z, the -r option of 7z
does something else, and as the 7z man page says:
> (CAUTION: this flag does not do what you think, avoid using it)1 parent 7c51b3c commit 80c8e7b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
0 commit comments