]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix path
authorMark Andrews <marka@isc.org>
Mon, 25 Sep 2006 04:23:59 +0000 (04:23 +0000)
committerMark Andrews <marka@isc.org>
Mon, 25 Sep 2006 04:23:59 +0000 (04:23 +0000)
win32utils/updateopenssl.pl

index 1165b6b3b04d9cd49d6a5f867921ea2d768f59c4..6a818338ef93a8b4e8427f2e7716c0b10220dc8b 100644 (file)
 # 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