From 552cc7dbc478e855e110fcfa9ff9862db24663a4 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 3 Oct 2016 17:40:02 +0100 Subject: Add support for checking Vim code with Vint. --- stdin-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdin-wrapper') diff --git a/stdin-wrapper b/stdin-wrapper index b3f9a2f9..96d08919 100755 --- a/stdin-wrapper +++ b/stdin-wrapper @@ -16,7 +16,7 @@ temp_file="$temp_file$file_extension" trap "rm $temp_file" EXIT -while read; do +while read -r; do echo "$REPLY" >> "$temp_file" done -- cgit v1.2.3