rryqszq4 / ngx-php

ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.
BSD 2-Clause "Simplified" License
582 stars 56 forks source link

Add bash shebang to config #121

Closed joanhey closed 3 years ago

joanhey commented 3 years ago

Fix ./configure: 67: /ngx_php7/config: Bad substitution

Ubuntu by default use dash as sh, info. So we force the sh to use bash in any distro.

In the travis test don't fail, because use the bash shebang: https://github.com/rryqszq4/ngx_php7/blob/master/.travis/compiler.sh#L1