diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-source-file.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emms-source-file.el b/lisp/emms-source-file.el index 660cbd5..04faf9c 100644 --- a/lisp/emms-source-file.el +++ b/lisp/emms-source-file.el @@ -228,6 +228,7 @@ may be supplied using `emms-source-file-gnu-find'." (with-temp-buffer (call-process emms-source-file-gnu-find nil t nil + "-L" ; follow symlinks (expand-file-name dir) "-type" "f" "-iregex" (concat ".*\\(" regex "\\).*")) |