mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
11 lines
304 B
Python
11 lines
304 B
Python
--- 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()
|