Skip to content

Commit

Permalink
fix ls-option in gnu/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuguangSun committed Jan 16, 2021
1 parent 61af585 commit f39e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find-dupes-dired.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
(defcustom find-dupes-dired-ls-option
(cond
((eq system-type 'windows-nt) '("-0 | xargs -0 ls -lUd" . "-lUd"))
((eq system-type 'gnu/linux) '("-q | xargs -d \"\\n\" ls -lUd" . "-lUd")))
((eq system-type 'gnu/linux) '("-q | xargs -d \"\\n\" ls -dilsbU" . "-dilsbU")))
"A pair of options to produce and parse an `ls -l'-type list from `find-dupes-dired-program'.
This is a cons of two strings (FIND-OPTION . LS-SWITCHES).
FIND-OPTION is the option (or options) passed to `find-dupes-dired-program'
Expand Down

0 comments on commit f39e2af

Please sign in to comment.