diff options
| author | aiju <aiju@phicode.de> | 2011-05-16 22:16:56 +0000 |
|---|---|---|
| committer | aiju <aiju@phicode.de> | 2011-05-16 22:16:56 +0000 |
| commit | a0e80de5484a60fc82300d8e320134a95255d475 (patch) | |
| tree | a725e2b586dae5933b5df475952a7b3e31309201 | |
| parent | 70a168206b7bdc1410abb0702c88e334bf5cff95 (diff) | |
| download | plan9front-a0e80de5484a60fc82300d8e320134a95255d475.tar.xz | |
fixed xargs
| -rwxr-xr-x | rc/bin/xargs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rc/bin/xargs b/rc/bin/xargs index 0387f2712..4255b3440 100755 --- a/rc/bin/xargs +++ b/rc/bin/xargs @@ -19,3 +19,5 @@ while(~ $1 -*) { } while(x = `{read -n $nargs}) $* $x +if(! ~ $#x 0) + $* $x |
