From 4194f9b893e69c459a9087dac0b7046a7e433aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Aug 2007 15:13:37 +0000 Subject: [PATCH] Try using -d to unzip. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21823 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/test_nist_cert.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/hx509/test_nist_cert.in b/lib/hx509/test_nist_cert.in index 7a8d8812e..343f35a3e 100644 --- a/lib/hx509/test_nist_cert.in +++ b/lib/hx509/test_nist_cert.in @@ -54,7 +54,8 @@ if ${hxtool} info | grep 'rand: not available' > /dev/null ; then fi if [ ! -d "$nistdir" ] ; then - ( mkdir "$nistdir" && cd "$nistdir" && unzip "$nistzip" ) || { rm -rf "$nistdir" ; exit 1; } + ( mkdir "$nistdir" && cd "$nistdir" && unzip "$nistzip" ) >/dev/null || \ + { rm -rf "$nistdir" ; exit 1; } fi if ${hxtool} validate DIR:$nistdir/certs > /dev/null; then