]> arthur.barton.de Git - bup.git/commitdiff
executable files: don't assume python2.5.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 24 Jan 2010 21:37:46 +0000 (16:37 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 24 Jan 2010 22:58:37 +0000 (17:58 -0500)
The forcing of version 2.5 was leftover from before, when it was
accidentally selecting python 2.4 by accident on some distros when both
versions are installed.  But actually that's fine; bup works in python 2.4
without problems.

So let's not cause potentially *more* portability problems by forcing python
2.5 when it might not exist.

bup.py
cmd-index.py
cmd-init.py
cmd-join.py
cmd-save.py
cmd-server.py
cmd-split.py
cmd-tick.py
memtest.py
wvtest.py

diff --git a/bup.py b/bup.py
index 281ac7397f24a517a8549f9480ee509fa5bff50e..d5b5c767df98ab8eb5cae1027de2577c3e3006a0 100755 (executable)
--- a/bup.py
+++ b/bup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import sys, os, git
 
 argv = sys.argv
index 47302c615ec5be72da134afff19e8a7ce0c5e34a..1d53f8e431d4afe443aaf182740ce06f84845fb8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import os, sys, stat
 import options, git, index
 from helpers import *
index effaac4a09cbc0f2b919fe1f6e325ee45248a125..9f29b1cc3d4c38ee1fe6ffd255701845a9aa454d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import git, options, client
 from helpers import *
 
index 537862959474febbbb6e395c9f9d259b3a1d8aca..6ad32feb7bb294f36b2cea6bcea86b05ef60e21a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import sys, time, struct
 import hashsplit, git, options, client
 from helpers import *
index 529ad14f0b672146f87d8d31236fa4b6a29b5ad9..8c7ec9ef7ca60c8c6f239d41c8ca4ad98e9a6648 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import sys, re, errno, stat, client
 import hashsplit, git, options, index
 from helpers import *
index 09622f70fb8896f1c80c7d35065054ff203c3c1b..5ca8f36532dc617635eecb8cb51cf9ef12df339c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import sys, struct, mmap
 import options, git
 from helpers import *
index 7b76b57339d0e61e3758f0b24aef195eb21eb8fe..f462655a5e128fb95d212f5370f5da96cb8be442 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import sys, time, struct
 import hashsplit, git, options, client
 from helpers import *
index da1d003bd090d0adf38845153c2b3044e8696a42..ad9f708d6ff5150e8d23ca15e3f0b61ba3ee8942 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import sys, time
 import options
 
index e14aa19fd3ae3023d3c7d3e3852f0f95f5f03047..efaf1517c31c9533fe58ad075cc8f5da8f45a7fa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import sys, re, struct, mmap
 import git, options
 from helpers import *
index 1ab7a3ffd09deacb58188b8ca8f154e459bce7f6..7edd91a0d28aca4ddd596d7b34bc79d6a6c82332 100755 (executable)
--- a/wvtest.py
+++ b/wvtest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import traceback
 import os
 import re