mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
14 lines
316 B
Python
14 lines
316 B
Python
|
|
$FreeBSD$
|
|
|
|
--- src/phpsh.py.orig
|
|
+++ src/phpsh.py
|
|
@@ -274,7 +274,7 @@
|
|
self.config.add_section("Emacs")
|
|
|
|
def read(self):
|
|
- config_files = ["/etc/phpsh/config"]
|
|
+ config_files = ["%%ETCDIR%%/config"]
|
|
home = os.getenv("HOME")
|
|
if home:
|
|
homestr = home.strip()
|