diff --git a/tools/typecheck-setup.sh b/tools/typecheck-setup.sh index ab48ac418..65311f07c 100755 --- a/tools/typecheck-setup.sh +++ b/tools/typecheck-setup.sh @@ -10,4 +10,4 @@ TOOLS="$(cd "`dirname "$0"`"; pwd)" modDir=$(python -c 'import PyQt5, sys, os; print(os.path.dirname(sys.modules["PyQt5"].__file__))') cmd="rsync -a $TOOLS/stubs/PyQt5/* $modDir/" -$cmd || sudo $cmd +$cmd > /dev/null 2>&1 || sudo $cmd