diff --git a/quickget b/quickget index be4edba245..eeb08dc720 100755 --- a/quickget +++ b/quickget @@ -25,7 +25,7 @@ export LC_ALL=C function cleanup() { if [ -n "$(jobs -p)" ]; then - kill "$(jobs -p)" + kill "$(jobs -p)" 2>/dev/null fi }