apache / incubator-pagespeed-ngx

Automatic PageSpeed optimization module for Nginx
http://ngxpagespeed.com/
Apache License 2.0
4.37k stars 363 forks source link

Long option --builddir doesn't work #1731

Open palviggi-flagbit opened 3 years ago

palviggi-flagbit commented 3 years ago

The long version of -b (--builddir) is broken, before using it, it checks for buildir (with a missing d), so it says unrecognized option.

https://github.com/apache/incubator-pagespeed-ngx/blob/master/scripts/build_ngx_pagespeed.sh#L316