let ls default to cwd
This commit is contained in:
parent
07555260e1
commit
0f45f80db0
|
@ -182,7 +182,10 @@
|
|||
(reverse
|
||||
(if (set? 'reverse-sort)
|
||||
reverse
|
||||
(lambda (l) l))))
|
||||
(lambda (l) l)))
|
||||
(paths (if (null? paths)
|
||||
(list (cwd))
|
||||
paths)))
|
||||
(reverse
|
||||
(sort
|
||||
(apply
|
||||
|
|
Loading…
Reference in New Issue