Closed joanhey closed 3 years ago
Fix ./configure: 67: /ngx_php7/config: Bad substitution
./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.
dash
sh
bash
In the travis test don't fail, because use the bash shebang: https://github.com/rryqszq4/ngx_php7/blob/master/.travis/compiler.sh#L1
Fix
./configure: 67: /ngx_php7/config: Bad substitution
Ubuntu by default use
dash
assh
, info. So we force thesh
to usebash
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