aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/debian
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-29 12:12:17 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-29 12:12:17 +0300
commitd4599cd4cfeba2b51422e40ef35a49913bd5be1c (patch)
tree4a986e374bd420321fe2bcac3f518198058eb16f /debian
parentdebian: 1.0-2 (diff)
downloadlinux-status-d4599cd4cfeba2b51422e40ef35a49913bd5be1c.tar.gz
linux-status-d4599cd4cfeba2b51422e40ef35a49913bd5be1c.zip
debian/Makefile: fix grammar
Diffstat (limited to 'debian')
-rw-r--r--debian/Makefile2
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