]> snippets.scripts.mit.edu Git - Scripts/git/.git/blobdiff - certs/pkcs2pem
pkcs2pem: Output an absolute path again.
[Scripts/git/.git] / certs / pkcs2pem
index 6ac3b2e57d557bd2a5953e98c6e454d0e2035451..5b9caaad8b3951b655479d7b446da3cebefa7325 100755 (executable)
@@ -38,6 +38,8 @@ To use it with perl's LWP, set the following environment variables:
 
 EOF
 
+pem=$(readlink -f "$pem")
+
 # No, this doesn't handle quoting properly.
 echo HTTPS_CERT_FILE="$pem"
 echo HTTPS_KEY_FILE="$pem"