diff options
Diffstat (limited to 'helpers/lh_chroot_sources')
-rwxr-xr-x | helpers/lh_chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index 4a4331e..866be3e 100755 --- a/helpers/lh_chroot_sources +++ b/helpers/lh_chroot_sources @@ -161,7 +161,7 @@ case "${1}" in # operation was ultimately successful. ;; *) - Echo_error "GPG exited with error status ${_LH_RET}" + Echo_error "GPG exited with error status %s" "${_LH_RET}" exit ${_LH_RET} ;; esac |