updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / coccinelle / configure.patch
blob9b9d2483064f27dfbe564bf04a922f671f2c14a2
1 36a37
2 > my $python_bin="python";
3 201c203
4 < "python --version 2>&1 |",
5 ---
6 > "$python_bin --version 2>&1 |",
7 210,211c212,213
8 < my $PY_PREFIX = `python pycaml/getprefix.py | tr -d '\n'`;
9 < $PY_VERSION = `python pycaml/getversion.py | tr -d '\n'`;
10 ---
11 > my $PY_PREFIX = `$python_bin pycaml/getprefix.py | tr -d '\n'`;
12 > $PY_VERSION = `$python_bin pycaml/getversion.py | tr -d '\n'`;
13 367a370
14 > PYTHON_BIN=$python_bin