Fix quoting for coverity

--HG--
branch : coverity
This commit is contained in:
Matt Johnston 2014-03-08 18:09:00 +08:00
parent 5ce5fbcba0
commit fc34d02427

View File

@ -4,7 +4,7 @@ compiler:
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