diff options
author | Pierre Letouzey <pierre.letouzey@inria.fr> | 2017-02-04 19:22:11 +0100 |
---|---|---|
committer | Pierre Letouzey <pierre.letouzey@inria.fr> | 2017-02-07 22:56:56 +0100 |
commit | c04f336b2efb43401dee3a5bb9dceaeac815ef00 (patch) | |
tree | e2f1b4235c6cec7e0f5e548c365e48ad964f9cad /configure | |
parent | 5484ba750ef4526dde29ffc1474ca5d145f3ec04 (diff) |
configure: avoid deprecated warnings
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 |