aboutsummaryrefslogtreecommitdiff
path: root/tools/boot-keys/boot-keys
diff options
context:
space:
mode:
Diffstat (limited to 'tools/boot-keys/boot-keys')
-rwxr-xr-xtools/boot-keys/boot-keys6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/boot-keys/boot-keys b/tools/boot-keys/boot-keys
index da56aca9..a556aa41 100755
--- a/tools/boot-keys/boot-keys
+++ b/tools/boot-keys/boot-keys
@@ -24,7 +24,7 @@ generate() {
if [ -z "$type" ]
then
- printf '%s\n' 'Unable to determine keys type' >&2
+ printf 1>&2 '%s\n' 'Unable to determine keys type'
return 1
fi
@@ -47,7 +47,7 @@ sign() {
if [ -z "$type" ]
then
- printf '%s\n' 'Unable to determine keys type' >&2
+ printf 1>&2 '%s\n' 'Unable to determine keys type'
return 1
fi
@@ -90,7 +90,7 @@ verify() {
if [ -z "$type" ]
then
- printf '%s\n' 'Unable to determine keys type' >&2
+ printf 1>&2 '%s\n' 'Unable to determine keys type'
return 1
fi