diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 12:12:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 12:12:17 +0300 |
commit | d4599cd4cfeba2b51422e40ef35a49913bd5be1c (patch) | |
tree | 4a986e374bd420321fe2bcac3f518198058eb16f | |
parent | debian: 1.0-2 (diff) | |
download | linux-status-d4599cd4cfeba2b51422e40ef35a49913bd5be1c.tar.gz linux-status-d4599cd4cfeba2b51422e40ef35a49913bd5be1c.zip |
debian/Makefile: fix grammar
-rw-r--r-- | debian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |