From 454beb0c5cf8c807ed78c6ff548bc9ed285c0cef Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 23 Nov 2016 21:59:12 +0100 Subject: abuild-sign: indent heredoc --- abuild-sign.in | 16 ++++++++-------- 1 file 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 -- cgit v1.2.3