summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-05-31 20:28:11 +0000
committerRobert Gemmell <robbie@apache.org>2010-05-31 20:28:11 +0000
commit6acbaa80ccf83fd4e734f0ed96901d434cf45598 (patch)
tree7462620925623117fd3a355cf3a54c8b76087a7c
parent7f41972bc6bf2d6738af3b0b5e4a7fa2c2ea5584 (diff)
downloadqpid-python-6acbaa80ccf83fd4e734f0ed96901d434cf45598.tar.gz
QPID-2520: use os.pathsep in genpom to allow it to function on Windows
Applied patch from Emmanuel Bourg <ebourg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@949855 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xjava/genpom2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/genpom b/java/genpom
index e3b89d0568..92822a08ae 100755
--- a/java/genpom
+++ b/java/genpom
@@ -47,7 +47,7 @@ if opts.search_path is None:
else:
path = []
for p in opts.search_path:
- path.extend(p.split(":"))
+ path.extend(p.split(os.pathsep))
expanded_path = []
for p in path: