]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix for #720, fix unbound-control-setup windows batch file.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Nov 2015 07:22:05 +0000 (07:22 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Nov 2015 07:22:05 +0000 (07:22 +0000)
git-svn-id: file:///svn/unbound/trunk@3550 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
winrc/unbound-control-setup.cmd

index a2e0047e65a880fec1e909b7f3fc9bf64370f51a..7336ae9b42eb32d00852264810ebd30cdb4162b5 100644 (file)
@@ -1,3 +1,6 @@
+25 November 2015: Wouter
+       - Fix for #720, fix unbound-control-setup windows batch file.
+
 24 November 2015: Wouter
        - Fix #720: add windows scripts to zip bundle.
        - iana portlist update.
index 1dd81dd7c92558612e2a12a74559b785d5448bd6..ddf4a06e038ad0f49480f01f0d9903ff6c74ad48 100644 (file)
@@ -72,10 +72,10 @@ if /I "%arg%"=="-d" set DESTDIR=%2
 \r
 rem go!:\r
 echo setup in directory %DESTDIR%\r
-cd %$DESTDIR%\r
+cd %DESTDIR%\r
 \r
 rem create certificate keys; do not recreate if they already exist.\r
-if exist $SVR_BASE.key (\r
+if exist %SVR_BASE%.key (\r
 echo %SVR_BASE%.key exists\r
 goto next\r
 )\r