mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-03 05:02:18 +00:00
abuild-sign: indent heredoc
This commit is contained in:
parent
4d6114bdce
commit
454beb0c5c
@ -87,15 +87,15 @@ if [ $# -eq 0 ] && ! $check_installed; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$privkey" ]; then
|
if [ -z "$privkey" ]; then
|
||||||
cat >&2 << __EOF__
|
cat >&2 <<-__EOF__
|
||||||
No private key found. Use 'abuild-keygen' to generate the keys.
|
No private key found. Use 'abuild-keygen' to generate the keys.
|
||||||
Then you can either:
|
Then you can either:
|
||||||
* set the PACKAGER_PRIVKEY in $ABUILD_USERCONF
|
* set the PACKAGER_PRIVKEY in $ABUILD_USERCONF
|
||||||
('abuild-keygen -a' does this for you)
|
('abuild-keygen -a' does this for you)
|
||||||
* set the PACKAGER_PRIVKEY in $ABUILD_CONF
|
* set the PACKAGER_PRIVKEY in $ABUILD_CONF
|
||||||
* specify the key with the -k option to $program
|
* specify the key with the -k option to $program
|
||||||
|
|
||||||
__EOF__
|
__EOF__
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user