shithub: riscv

Download patch

ref: 961c605a7c17c35908c2e652e795928087a07992
parent: 6ef6d247bc815afcd821f81e580c5d2c1c505740
author: aiju <devnull@localhost>
date: Sun Apr 17 16:34:22 EDT 2011

made lc -F default

--- a/rc/bin/lc
+++ b/rc/bin/lc
@@ -1,2 +1,2 @@
 #!/bin/rc
-ls -p $* | mc
+ls -pF $* | mc
--