diff options
author | Brad Hubbard <bhubbard@redhat.com> | 2019-01-03 07:45:50 +0100 |
---|---|---|
committer | Brad Hubbard <bhubbard@redhat.com> | 2019-01-10 01:32:07 +0100 |
commit | 885a37ac026cb384efd3c73d6eb9125abd2a0043 (patch) | |
tree | eddd94043c28f033f79949588b4878bbdf0a6182 /src/mount.fuse.ceph | |
parent | Merge pull request #25732 from liewegas/wip-37776 (diff) | |
download | ceph-885a37ac026cb384efd3c73d6eb9125abd2a0043.tar.xz ceph-885a37ac026cb384efd3c73d6eb9125abd2a0043.zip |
mount.fuse.ceph: Fix ambiguous shebang
The ambiguous shebang now produces an error in rawhide and halts the
build. In f29 this was a warning. Add python3 as a dependency for
ceph-fuse.
Fixes: http://tracker.ceph.com/issues/37787
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Diffstat (limited to 'src/mount.fuse.ceph')
-rwxr-xr-x | src/mount.fuse.ceph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.fuse.ceph b/src/mount.fuse.ceph index 87349a0ab08..c61625a8c2f 100755 --- a/src/mount.fuse.ceph +++ b/src/mount.fuse.ceph @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 ''' Helper to mount ceph-fuse from /etc/fstab. To use, add an entry like: |