From ae310c39d855c20b1bbeb8769b4e9e7ae9e376fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Aug 2007 15:12:37 +0000 Subject: [PATCH] Try using -d to unzip. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21821 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/test_nist2.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/test_nist2.in b/lib/hx509/test_nist2.in index 89d53668b..88e302624 100644 --- a/lib/hx509/test_nist2.in +++ b/lib/hx509/test_nist2.in @@ -58,7 +58,7 @@ fi echo "nist tests" if [ ! -d "$nistdir" ] ; then - ( mkdir "$nistdir" && cd "$nistdir" && unzip "$nistzip" ) >/dev/null || \ + ( mkdir "$nistdir" && unzip -d "${nistdir}" "${nistzip}" ) >/dev/null || \ { rm -rf "$nistdir" ; exit 1; } fi