blob: 7c8df0104c0d27438334292993ff5da5e5bca368 (
plain) (
tree)
|
|
$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 = ["%%PREFIX%%/etc/phpsh/config"]
home = os.getenv("HOME")
if home:
homestr = home.strip()
|