Skip to content

Commit be9b778

Browse files
committed
Merge pull request #434 from matthew-brett/fix-shebang-lines
BF: fix shebang lines Fix shebang lines of scripts so setuptools installs them correctly.
2 parents 094e6d2 + 52e0a22 commit be9b778

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bin/nib-dicomfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!python
22
# emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*-
33
# vi: set ft=python sts=4 ts=4 sw=4 et:
44
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##

bin/nib-ls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!python
22
# emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*-
33
# vi: set ft=python sts=4 ts=4 sw=4 et:
44
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##

bin/nib-nifti-dx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!python
22
# emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*-
33
# vi: set ft=python sts=4 ts=4 sw=4 et:
44
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##

bin/parrec2nii

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!python
22
"""PAR/REC to NIfTI converter
33
"""
44
from __future__ import division, print_function, absolute_import

0 commit comments

Comments
 (0)