This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Description
This failed on me on line 519:
DOWNLOAD_PATH=`grep "jce[^']*-6-oth-JPR'\]\['path" /tmp/oab-download-jce.html | cut -d'=' -f2 | cut -d'"' -f2`
DOWNLOAD_PATH is empty, so DOWNLOAD_URL is just jce_policy-6.zip
I did grep "jce" /tmp/oab-download-jce.html and got no output. If you want I can upload my oab-download-jce.html somewhere.