[systemd-bugs] [Bug 56207] New: don't hard-code path to /usr/bin/python
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 19 14:42:24 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=56207
Priority: medium
Bug ID: 56207
Assignee: systemd-bugs at lists.freedesktop.org
Summary: don't hard-code path to /usr/bin/python
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: minor
Classification: Unclassified
OS: All
Reporter: simons at cryp.to
Hardware: All
Status: NEW
Version: unspecified
Component: general
Product: systemd
The python interpreter on my system isn't located in /usr/bin, hence the
following scripts won't work by default:
# grep -R /usr/bin/python .
./test/rule-syntax-check.py:#!/usr/bin/python
./src/analyze/systemd-analyze:#!/usr/bin/python
Please use "/usr/bin/env python" instead. Thank you!
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20121019/7047e853/attachment.html>
More information about the systemd-bugs
mailing list