[cig-commits] r19795 - short/3D/PyLith/branches/v1.6-stable/applications/utilities

brad at geodynamics.org brad at geodynamics.org
Fri Mar 16 14:20:14 PDT 2012


Author: brad
Date: 2012-03-16 14:20:13 -0700 (Fri, 16 Mar 2012)
New Revision: 19795

Modified:
   short/3D/PyLith/branches/v1.6-stable/applications/utilities/pylith_genxdmf.in
   short/3D/PyLith/branches/v1.6-stable/applications/utilities/pylithinfo.in
Log:
Fixed setting of interpreter.

Modified: short/3D/PyLith/branches/v1.6-stable/applications/utilities/pylith_genxdmf.in
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/applications/utilities/pylith_genxdmf.in	2012-03-16 20:37:02 UTC (rev 19794)
+++ short/3D/PyLith/branches/v1.6-stable/applications/utilities/pylith_genxdmf.in	2012-03-16 21:20:13 UTC (rev 19795)
@@ -1,4 +1,5 @@
-#!/usr/bin/env nemesis
+#!@INTERPRETER@
+# -*- Python -*-
 #
 # ======================================================================
 #

Modified: short/3D/PyLith/branches/v1.6-stable/applications/utilities/pylithinfo.in
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/applications/utilities/pylithinfo.in	2012-03-16 20:37:02 UTC (rev 19794)
+++ short/3D/PyLith/branches/v1.6-stable/applications/utilities/pylithinfo.in	2012-03-16 21:20:13 UTC (rev 19795)
@@ -1,4 +1,5 @@
-#!/usr/bin/env nemesis
+#!@INTERPRETER@
+# -*- Python -*-
 #
 # ======================================================================
 #



More information about the CIG-COMMITS mailing list