blob: 2ce642db95782c21806bd8e3e1573e5c6ff76b7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- portage/bin/etc-update 2015-10-07 22:49:58.000000000 +0100
+++ portage/bin/etc-update 2016-05-17 21:21:38.385678754 +0100
@@ -842,7 +842,7 @@
scan
-${PREEN} && exit 0
+${PREEN} && die "Preen success" 0
until (( input == -1 )); do
if (( count == 0 )); then
|