Mercurial > dropbear
changeset 920:7f10296440c9 coverity
Fix quoting for coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 08 Mar 2014 18:09:00 +0800 |
parents | fad4407e1552 |
children | f2dd12444e37 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Sat Mar 08 16:56:15 2014 +0800 +++ b/.travis.yml Sat Mar 08 18:09:00 2014 +0800 @@ -4,7 +4,7 @@ script: - mkdir ~/inst - - autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install MULTI=1 + - autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst && make install MULTI=1 - ~/inst/bin/dropbearkey -t rsa -f testrsa - ~/inst/bin/dropbearkey -t dss -f testdss - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256