aboutsummaryrefslogtreecommitdiff
path: root/install-win32/maketapinstall
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-08 04:53:19 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-08 04:53:19 +0000
commit9ff2821b57c72cb5aa2916e9bbde5b2fd1f517d6 (patch)
treebd1396ab6a36c12b54777f908b225c832124a9e6 /install-win32/maketapinstall
parentCopyright notice changed to reflect change in name of (diff)
downloadopenvpn-9ff2821b57c72cb5aa2916e9bbde5b2fd1f517d6.tar.xz
Version 2.1_rc13v2.1_rc13
Minor fixes to Windows build scripts. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3417 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/maketapinstall')
-rw-r--r--install-win32/maketapinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/maketapinstall b/install-win32/maketapinstall
index 11cb915..eae4471 100644
--- a/install-win32/maketapinstall
+++ b/install-win32/maketapinstall
@@ -8,7 +8,7 @@
# get version.nsi definitions
. autodefs/defs.sh
-if [ -d "/c/WINDDK/$DDKVER" ] ; then
+if [ -n "$DDKVER" ] && [ -d "/c/WINDDK/$DDKVER" ] ; then
if ! [ -d "$TISRC" ] ; then
echo "$TISRC" NOT INSTALLED