Skip to content

Commit 52e0a22

Browse files
committed
BF: fix shebang lines
Fix shebang lines of scripts so setuptools installs them correctly.
1 parent 7b78dec commit 52e0a22

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)