summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2020-08-31 14:09:50 +0200
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-08-31 14:09:50 +0200
commit731eea44447dafeca84b7cf05c307110dfebc36b (patch)
tree8ccfa3459cea433184f3365bf079e88dbb17754e /bin
parent724ebd0e19abf8556d72d71da421726549d55802 (diff)
gen-DSA: require DEBFULLNAME env variable
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gen-DSA4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/gen-DSA b/bin/gen-DSA
index 051cccb0da..5e901436f8 100755
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -333,6 +333,10 @@ if [ $REFERENCES -gt 1 ]; then
sed -ri 's/this problem has/these problems have/' $tmpf
fi
+if [ -z "$DEBFULLNAME" ]; then
+ "error: DEBFULLNAME env variable required"
+ exit 1
+fi
SPACEDDEBFULLNAME="$(left_space "$DEBFULLNAME" "$NAME_SPACING")"
DATE="$(date +"%B %d, %Y")"

© 2014-2024 Faster IT GmbH | imprint | privacy policy