[bin] buildrc: use --select=n with emerge by default

This commit is contained in:
Fabio Erculiani
2013-05-01 18:21:50 +02:00
parent 12118f9311
commit b98c1d5cc5
+1 -1
View File
@@ -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 ${?}
}