diff libtomcrypt/testbuild.sh @ 1478:3a933956437e coverity

update coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:49:22 +0800
parents 6dba84798cd5
children
line wrap: on
line diff
--- a/libtomcrypt/testbuild.sh	Sat Jun 24 23:33:16 2017 +0800
+++ b/libtomcrypt/testbuild.sh	Fri Feb 09 23:49:22 2018 +0800
@@ -1,4 +1,8 @@
 #!/bin/bash
+
+# output version
+bash printinfo.sh
+
 echo "$1 (Build Only, $2, $3)..."
 make clean 1>/dev/null 2>/dev/null
 echo -n "building..."