shithub: riscv

Download patch

ref: a0e80de5484a60fc82300d8e320134a95255d475
parent: 70a168206b7bdc1410abb0702c88e334bf5cff95
author: aiju <[email protected]>
date: Mon May 16 18:16:56 EDT 2011

fixed xargs

--- a/rc/bin/xargs
+++ b/rc/bin/xargs
@@ -19,3 +19,5 @@
 }
 while(x = `{read -n $nargs})
 	$* $x
+if(! ~ $#x 0)
+	$* $x