diff options
author | Clément Chigot <clement.chigot@atos.net> | 2019-09-17 14:58:41 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-09-18 10:26:19 -0700 |
commit | af78249463bd1cc016ee0f1886f27fde03f8d073 (patch) | |
tree | 5b610279092dc8f84e08a01370a41f381e63f0db /remote-curl.c | |
parent | Git 2.23 (diff) | |
download | tgif-af78249463bd1cc016ee0f1886f27fde03f8d073.tar.xz |
contrib/svn-fe: fix shebang for svnrdump_sim.py
The shebang for a python script should be "/usr/bin/env python" and not
"/usr/bin/python". On some OSes like AIX, python default path is not under
"/usr/bin" ("/opt/freeware/bin" for AIX).
Note the main reason behind this change is that AIX rpm will add a
dependency on "/usr/bin/python" instead of "/usr/bin/env".
Signed-off-by: Clément Chigot <clement.chigot@atos.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote-curl.c')
0 files changed, 0 insertions, 0 deletions