diff options
| author | Maxime Dénès | 2017-06-16 16:15:45 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-16 16:15:45 +0200 |
| commit | d7bb51c69b5a274e341b1a6776baa965d98b3177 (patch) | |
| tree | b843381ffca3cf5e3f3f0204d64612c06ce7991e /configure | |
| parent | c22fe8bb7e0fedd8b3ced088832c13b5e55e9fc2 (diff) | |
| parent | 6050b44172660a3285a337896baea35b32e58d47 (diff) | |
Merge PR#730: Protecting from warnings while compiling 8.6
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ done ## We check that $cmd is ok before the real exec $cmd -`$cmd -version > /dev/null 2>&1` && exec $cmd $script "$@" +`$cmd -version > /dev/null 2>&1` && exec $cmd -w "-3" $script "$@" ## If we're still here, something is wrong with $cmd |
