- Notifications
You must be signed in to change notification settings - Fork28
Commit4d53a2f
committed
Revert addition of "o" to tar options. This was intended to fix bug #4883,
but the cure appears to be worse than the disease. It turns out that GNUtar versions 1.14.x misinterpret -o as --same-owner, not --no-same-owner,leading to exactly the wrong behavior for both root and nonroot users.While that bug has been fixed for nearly five years, these tar versionsare still found in the wild, notably in OS X 10.4. Given that #4883 wasthe first complaint we'd heard, it's definitely not worth fixing at therisk of breaking things for other users. Perhaps revisit at a later datewhen we're not up against a release deadline.1 parent41f467f commit4d53a2f
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
|
0 commit comments
Comments
(0)