[magneto] fix magneto executable
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
#!/bin/bash
|
||||
/usr/lib/entropy/magneto/magneto.py "$@"
|
||||
pyexec="/usr/bin/python2"
|
||||
[[ ! -x "${pyexec}" ]] && pyexec="/usr/bin/python"
|
||||
${pyexec} /usr/lib/entropy/magneto/magneto.py "$@"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/python -O
|
||||
"""
|
||||
|
||||
@author: Fabio Erculiani <lxnay@sabayonlinux.org>
|
||||
|
||||
Reference in New Issue
Block a user