git: 9front

Download patch

ref: c6a3e6b464ba23d8c99355b77c49690d6d07a6c4
parent: 18d31053896c166a53f6332a8f3c8d8886843d36
author: aiju <aiju@phicode.de>
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
--