xbps-src: remove_pkg_autodeps: avoid interactivity.
This commit is contained in:
parent
b55e03d53a
commit
4cf05ab32b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ remove_pkg_autodeps() {
|
|||
|
||||
remove_pkg_cross_deps
|
||||
$XBPS_RECONFIGURE_CMD -a >> $tmplogf 2>&1
|
||||
$XBPS_REMOVE_CMD -Ryod >> $tmplogf 2>&1
|
||||
echo yes | $XBPS_REMOVE_CMD -Ryod >> $tmplogf 2>&1
|
||||
rval=$?
|
||||
|
||||
if [ $rval -ne 0 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue