[csw-devel] SF.net SVN: opencsw:[387] utilities/mirror_check.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Jul 12 15:25:01 CEST 2011


Revision: 387
          http://opencsw.svn.sourceforge.net/opencsw/?rev=387&view=rev
Author:   wahwah
Date:     2011-07-12 13:25:01 +0000 (Tue, 12 Jul 2011)

Log Message:
-----------
mirror_check: Use /usr/bin/env for compatibility

Modified Paths:
--------------
    utilities/mirror_check.py

Modified: utilities/mirror_check.py
===================================================================
--- utilities/mirror_check.py	2011-07-12 13:24:50 UTC (rev 386)
+++ utilities/mirror_check.py	2011-07-12 13:25:01 UTC (rev 387)
@@ -1,4 +1,4 @@
-#!/opt/csw/bin/python2.6
+#!/usr/bin/env python2.6
 # coding=utf-8
 # vim:set sw=4 ts=4 sts=4 expandtab:
 #


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list