summaryrefslogtreecommitdiffstats
path: root/bin/dispatch-conf
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dispatch-conf')
-rwxr-xr-xbin/dispatch-conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dispatch-conf b/bin/dispatch-conf
index de937425c..277d6ef4b 100755
--- a/bin/dispatch-conf
+++ b/bin/dispatch-conf
@@ -81,7 +81,7 @@ class dispatch:
for path in config_paths.split ():
path = portage.normalize_path(path)
try:
- mymode = os.lstat(path).st_mode
+ mymode = os.stat(path).st_mode
except OSError:
continue
basename = "*"