mailr2780 - /1.2/relax


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

Header


Content

Posted by edward . dauvergne on November 09, 2006 - 04:42:
Author: bugman
Date: Thu Nov  9 04:42:12 2006
New Revision: 2780

URL: http://svn.gna.org/viewcvs/relax?rev=2780&view=rev
Log:
Changed the interpreter from '/usr/bin/python' to '/usr/bin/env python'.

This changes the first line of the 'relax' file.  The change was suggested by 
Douglas Kojetin
(douglas dot kojetin at gmail dot com) in the post located at
https://mail.gna.org/public/relax-devel/2006-11/msg00098.html (Message-id:
<0E180DBB-896A-45F6-B19D-D6A02FD2BA4A@xxxxxxxxx>).

The change allows relax to run on Mac OS X by just typing 'relax'.  This is 
because the python
binary is located at '/sw/bin/python'.


Modified:
    1.2/relax

Modified: 1.2/relax
URL: 
http://svn.gna.org/viewcvs/relax/1.2/relax?rev=2780&r1=2779&r2=2780&view=diff
==============================================================================
--- 1.2/relax (original)
+++ 1.2/relax Thu Nov  9 04:42:12 2006
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 
###############################################################################
 #                                                                            
 #




Related Messages


Powered by MHonArc, Updated Thu Nov 09 05:00:08 2006