Changeset: 7b16915fb0f0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7b16915fb0f0
Modified Files:
testing/Mtest.py.in
Branch: default
Log Message:
fixing changeset 2b745ee077cd: no need for double os.pathsep in GEM_PATH
diffs (12 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3843,7 +3843,7 @@ def main(argv) :
gem_path = ''
if gem_path:
gem_path = os.pathsep + gem_path
- env['GEM_PATH'] = _configure('@RUBY_DIR@') + os.pathsep +
gem_path.strip()
+ env['GEM_PATH'] = _configure('@RUBY_DIR@') + gem_path.strip()
vars_ = vars_ + ['GEM_PATH']
# export and display env
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list