summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc/bin/play2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/play b/rc/bin/play
index f000cd0ea..bd15dec77 100755
--- a/rc/bin/play
+++ b/rc/bin/play
@@ -23,7 +23,7 @@ fn sigexit {
fn play1 {
if(~ $#* 0){
tmp=(/tmp/play.$pid.$#tmp.tmp $tmp)
- dd -bs 1024 -count 1 >$tmp(1) >[2]/dev/null
+ dd -bs 8192 -count 1 >$tmp(1) >[2]/dev/null
cat $tmp(1) /fd/0 | play1 `{file -m $tmp(1)} xxx
cleanup
}