[bin] buildrc: use --select=n with emerge by default
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ _exec_locked() {
|
||||
}
|
||||
|
||||
emerge() {
|
||||
_exec_locked "/usr/bin/emerge" --quiet-build=y "${@}"
|
||||
_exec_locked "/usr/bin/emerge" --quiet-build=y --select=n "${@}"
|
||||
return ${?}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user