From d4599cd4cfeba2b51422e40ef35a49913bd5be1c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 29 Apr 2021 12:12:17 +0300 Subject: debian/Makefile: fix grammar --- debian/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Makefile b/debian/Makefile index 0a6aebc..4df5479 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -4,7 +4,7 @@ unexport MAKEFLAGS .DELETE_ON_ERROR: .SUFFIXES: SHELL := bash -# Careful -eu breaks things as usual. +# Careful: nounset breaks things, as per usual. .SHELLFLAGS := -e -o pipefail -c .PHONY: DO -- cgit v1.2.3