From: Mark Andrews Date: Mon, 25 Sep 2006 04:23:59 +0000 (+0000) Subject: fix path X-Git-Tag: v9.4.0b3~49^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c9317c486255fce28b549ddabd2360cd58d3eeec;p=thirdparty%2Fbind9.git fix path --- diff --git a/win32utils/updateopenssl.pl b/win32utils/updateopenssl.pl index 1165b6b3b04..6a818338ef9 100644 --- a/win32utils/updateopenssl.pl +++ b/win32utils/updateopenssl.pl @@ -14,14 +14,14 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: updateopenssl.pl,v 1.2 2006/09/25 04:01:40 marka Exp $ +# $Id: updateopenssl.pl,v 1.3 2006/09/25 04:23:59 marka Exp $ # updateopenssl.pl # This script locates the latest version of OpenSSL in the grandparent # directory and updates the build scripts to use that version. # # Path and directory -$path = "../.."; +$path = "..\\..\\"; $SSLDirprefix = "openssl-*"; # List of files that need to be updated with the actual version of the