diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-16 12:17:07 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-16 12:17:07 +0000 |
| commit | 258a072d95cc8324dfeeb8e9d9a347a92422a844 (patch) | |
| tree | be0594298897e38b5e5da1f6932fd3a557094947 /rc | |
| parent | d642d726babfc8e6a04a9ea2280655b0c5ff8f98 (diff) | |
| parent | 3b003767cd4fb50a0837cb40332e54a3ed912f3a (diff) | |
| download | plan9front-258a072d95cc8324dfeeb8e9d9a347a92422a844.tar.xz | |
merge
Diffstat (limited to 'rc')
| -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 |
