forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
306 B
Text
7 lines
306 B
Text
--- conkyEmail.orig 2008-09-09 06:12:46.000000000 +0800
|
|
+++ conkyEmail 2010-05-08 02:28:45.000000000 +0800
|
|
@@ -1,3 +1,3 @@
|
|
#! /bin/sh
|
|
cd /usr/share/conkyemail/
|
|
-$PYTHONPATH /usr/bin/python /usr/share/conkyemail/conkyEmail.py "$@"
|
|
+$PYTHONPATH /usr/bin/env python /usr/share/conkyemail/conkyEmail.py "$@"
|