summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-05-20 14:45:05 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-05-20 14:45:05 +0100
commit2704e51ad487b240ef6da939d385ae411059e503 (patch)
tree67824c2525035c01c657c8ad149da1ed93244c0c
parentaa7ad950590dffef2a7dc37135c763e9890a5b9e (diff)
downloadxfer-hole-2704e51ad487b240ef6da939d385ae411059e503.tar.gz
Break long line
-rwxr-xr-xrecv-hole3
1 files changed, 2 insertions, 1 deletions
diff --git a/recv-hole b/recv-hole
index cd54233..588836e 100755
--- a/recv-hole
+++ b/recv-hole
@@ -24,7 +24,8 @@ recv_data()
local n
read n
- dd of="$1" conv=notrunc oflag=append bs=1 count="$n" status=noxfer 2>&1 | grep -Ev ' records (in|out)$' || true
+ dd of="$1" conv=notrunc oflag=append bs=1 count="$n" status=noxfer 2>&1 |
+ grep -Ev ' records (in|out)$' || true
}