From 09e22ae773da92ff7b953d95a022168fe15bab62 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 26 Jan 2021 20:51:32 -0300 Subject: v0.1.1: Allow names with spaces The test_stdin_is_empty was adapted so it wouldn't exit with status 1. The previous implementation would effectively do: printf '' | grep '' which returns 1, and the test would fail. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a8dcc2..9828f0a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .POSIX: PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -VERSION = v0.1.0 +VERSION = v0.1.1 DATE = 2021-01-26 all: -- cgit v1.2.3