Merge pull request #11353 from kvuorine/fwknop-fixes
[feed/packages.git] / admin / debootstrap / patches / 010-no-nvswitch.patch
1 --- a/usr/share/debootstrap/functions
2 +++ b/usr/share/debootstrap/functions
3 @@ -77,7 +77,6 @@ progress_next () {
4 }
5
6 wgetprogress () {
7 - [ ! "$VERBOSE" ] && NVSWITCH="-nv"
8 local ret=0
9 if [ "$USE_DEBIANINSTALLER_INTERACTION" ] && [ "$PROGRESS_NEXT" ]; then
10 # The exit status of a pipeline is that of the last command in