Yedidyah Bar David has uploaded a new change for review. Change subject: pki: fix typo ......................................................................
pki: fix typo key->cert Change-Id: Id078c62776324726888d1a5211a0a05565f87bf1 Signed-off-by: Yedidyah Bar David <[email protected]> (cherry picked from commit 041e96bcf4be247c27a25864399ae04db7a3328b) --- M packaging/bin/pki-pkcs12-extract.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/43/40043/1 diff --git a/packaging/bin/pki-pkcs12-extract.sh b/packaging/bin/pki-pkcs12-extract.sh index 7a86d70..9a9f5f1 100755 --- a/packaging/bin/pki-pkcs12-extract.sh +++ b/packaging/bin/pki-pkcs12-extract.sh @@ -42,7 +42,7 @@ common_backup "${cert}" if [ "${cert}" = - ]; then - key=/proc/self/fd/1 + cert=/proc/self/fd/1 else touch "${cert}" chmod a+r "${cert}" || die "Cannot set certificate permissions" -- To view, visit https://gerrit.ovirt.org/40043 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id078c62776324726888d1a5211a0a05565f87bf1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
