From 22d222d2401660d21b8d4f8f2a9b96cee9d852e7 Mon Sep 17 00:00:00 2001 From: Alan Hayward Date: Fri, 10 Jun 2016 08:53:20 +0000 Subject: check_GNU_style.sh: Fix paste args for BSD 2016-06-10 Alan Hayward * check_GNU_style.sh: Fix paste args for BSD From-SVN: r237289 --- contrib/check_GNU_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/check_GNU_style.sh') diff --git a/contrib/check_GNU_style.sh b/contrib/check_GNU_style.sh index a7478f8f573..87a276c9cf4 100755 --- a/contrib/check_GNU_style.sh +++ b/contrib/check_GNU_style.sh @@ -191,7 +191,7 @@ col (){ # Combine prefix back with long lines. # Filter out empty lines. local found=false - paste -d '' "$tmp2" "$tmp3" \ + paste -d '\0' "$tmp2" "$tmp3" \ | grep -v '^[0-9][0-9]*:+$' \ > "$tmp" && found=true -- cgit v1.2.3