]> git.sur5r.net Git - bacula/bacula/commitdiff
Replace #!/usr/bin/python with the more portable #!/usr/bin/env
authorDan Langille <dan@langille.org>
Wed, 12 Sep 2007 20:59:03 +0000 (20:59 +0000)
committerDan Langille <dan@langille.org>
Wed, 12 Sep 2007 20:59:03 +0000 (20:59 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5536 91ce42f0-d328-0410-95d8-f526ca767f89

regress/endtime
regress/starttime

index faf419f70db19fbcc773e05c163554954d370290..0502fec3768317491f578d0b6257c34cc2972278 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 from time import time as now 
  
 t = now()
index 5c2bd411c6667af2d37d1904741d205596e87705..e6aa3ea6a9ba0ab74096915f73a5d4edb21c4594 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 from time import time as now 
 
 fn = open('time.out', 'w+')