summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmagne <jmagne@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2007-11-16 01:48:47 +0000
committerjmagne <jmagne@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2007-11-16 01:48:47 +0000
commit607ac9b1bffdf68b0f54d3a58aee022ca972fd8d (patch)
treecf06b30b3be1722ca17a3cee9684e2b33dd2ee55
parent3495ee04b1a74d3d1154a2f00be7c9d7bc60732c (diff)
Minor change to the Windows classpath separator char, from ";" to "\;" since Cygwin eats the sem if not escaped. Rev. rrelyea.
git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@71 fba4d07e-fe0f-4d7f-8147-e0026e666dc0
-rwxr-xr-xapplet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applet/Makefile b/applet/Makefile
index ffa1f5e..e88a33d 100755
--- a/applet/Makefile
+++ b/applet/Makefile
@@ -83,7 +83,7 @@ SLB_JAVA_DIR=$(SLB_DIR)/Smart Cards and Terminals/Cyberflex Access Kits/v4/
endif
ifdef windir
-SEP=";"
+SEP="\;"
else
SEP=":"
endif