summaryrefslogtreecommitdiffstats
path: root/abuild-sign.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild-sign.in')
-rw-r--r--abuild-sign.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/abuild-sign.in b/abuild-sign.in
index b2d1bdb..99684d5 100644
--- a/abuild-sign.in
+++ b/abuild-sign.in
@@ -87,15 +87,15 @@ if [ $# -eq 0 ] && ! $check_installed; then
fi
if [ -z "$privkey" ]; then
- cat >&2 << __EOF__
-No private key found. Use 'abuild-keygen' to generate the keys.
-Then you can either:
- * set the PACKAGER_PRIVKEY in $ABUILD_USERCONF
- ('abuild-keygen -a' does this for you)
- * set the PACKAGER_PRIVKEY in $ABUILD_CONF
- * specify the key with the -k option to $program
+ cat >&2 <<-__EOF__
+ No private key found. Use 'abuild-keygen' to generate the keys.
+ Then you can either:
+ * set the PACKAGER_PRIVKEY in $ABUILD_USERCONF
+ ('abuild-keygen -a' does this for you)
+ * set the PACKAGER_PRIVKEY in $ABUILD_CONF
+ * specify the key with the -k option to $program
-__EOF__
+ __EOF__
exit 1
fi