[rfc][icedtea-web] fix for " html-gen.sh: Don't try to call hg if .hg directory isn't present"

Andrew Azores aazores at redhat.com
Mon Jan 4 16:40:42 UTC 2016


On 04/01/16 11:19 AM, Jiri Vanek wrote:
> http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2779
>
> The fix came with the bug report. I had tested an checked.
> I added following hunk to it:
> +if [ ! -e html-gen ]; then
> +    echo "No html-gen directory, exiting. See Makefile.am for usage"
> +    exit 1
> +fi
> +
>
> I will push this tomorrow to both head and 1.6
>
>
> J.

Looks good to me.

-- 
Thanks,

Andrew Azores


More information about the distro-pkg-dev mailing list