mailr2974 - /1.3/relax.bat


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 09, 2007 - 01:29:
Author: bugman
Date: Tue Jan  9 01:28:44 2007
New Revision: 2974

URL: http://svn.gna.org/viewcvs/relax?rev=2974&view=rev
Log:
Fix for bug #8201 (https://gna.org/bugs/?8201).

This issue was reported by Barbara Dancheck (Barbara_Dancheck at brown dot 
edu) in the post
https://mail.gna.org/public/relax-users/2007-01/msg00004.html (Message-id:
<08429EB7F8E69841B295084BA07401A9CBD5C4@xxxxxxxxxxxxxxxxxx>).

The solution was given by Andrew Perry (https://gna.org/users/pansapiens).  
See the post
https://mail.gna.org/public/relax-users/2007-01/msg00010.html (Message-id:
<c225763e0701072046s16af89eagc1751248142a1c31@xxxxxxxxxxxxxx>) for details.  
Barbara confirmed the
fix at https://mail.gna.org/public/relax-users/2007-01/msg00012.html 
(Message-id:
<08429EB7F8E69841B295084BA07401A9CBD5C6@xxxxxxxxxxxxxxxxxx>).


Modified:
    1.3/relax.bat

Modified: 1.3/relax.bat
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax.bat?rev=2974&r1=2973&r2=2974&view=diff
==============================================================================
--- 1.3/relax.bat (original)
+++ 1.3/relax.bat Tue Jan  9 01:28:44 2007
@@ -18,4 +18,4 @@
 rem Run relax using python.  %~dp0 will expand to the path where relax is 
found
 rem and %0 is simply 'relax'.  %* will send all the remaining arguments to
 rem relax.
-python %~dp0%0 %*
+python "%~dp0%0" %*




Related Messages


Powered by MHonArc, Updated Tue Jan 09 02:00:07 2007