From 0b10c9ffe09173787bef32ac7a5145aac6086435 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 17 Nov 2017 07:20:01 +0000 Subject: Homogenize shebang for Python scripts used as executables git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2903 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 904aff059b880e4e197fd81c46160d53b5794998 --- src/cython/doc/python3-sphinx-build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cython') diff --git a/src/cython/doc/python3-sphinx-build.py b/src/cython/doc/python3-sphinx-build.py index 44b94169..84d158cf 100755 --- a/src/cython/doc/python3-sphinx-build.py +++ b/src/cython/doc/python3-sphinx-build.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """ Emulate sphinx-build for python3 -- cgit v1.2.3