diff options
Diffstat (limited to 'bin/diffoscope_pypi_test.sh')
-rwxr-xr-x | bin/diffoscope_pypi_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/diffoscope_pypi_test.sh b/bin/diffoscope_pypi_test.sh index 675283c1..d2fa0c82 100755 --- a/bin/diffoscope_pypi_test.sh +++ b/bin/diffoscope_pypi_test.sh @@ -17,7 +17,7 @@ cleanup_all() { TMPPYPI=$(mktemp -t diffoscope-pypi-XXXXXXXX) trap cleanup_all INT TERM EXIT -DIFFOSCOPE_IN_DEBIAN=$(rmadison diffoscope|egrep '(unstable|sid)'| cut -d "|" -f2 || true) +DIFFOSCOPE_IN_DEBIAN=$(rmadison diffoscope|egrep '(unstable|sid)'| awk '{print $3}' || true) curl https://pypi.python.org/pypi/diffoscope/ -o $TMPPYPI DIFFOSCOPE_IN_PYPI=$(grep "<title>" $TMPPYPI | cut -d ">" -f2- | cut -d ":" -f1 |cut -d " " -f2) echo |