From 65a020219c09a24922cc21de15bac899d063aa79 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 8 Aug 2010 17:20:47 +0800 Subject: Corrected cywgin to cygwin. --- _posts/2009-09-03-working-with-key-passphrases.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2009-09-03-working-with-key-passphrases.textile b/_posts/2009-09-03-working-with-key-passphrases.textile index 282e8be..3758c16 100644 --- a/_posts/2009-09-03-working-with-key-passphrases.textile +++ b/_posts/2009-09-03-working-with-key-passphrases.textile @@ -49,7 +49,7 @@ function start_agent { # Source SSH settings, if applicable if [ -f "${SSH_ENV}" ]; then . "${SSH_ENV}" > /dev/null - #ps ${SSH_AGENT_PID} doesn't work under cywgin + #ps ${SSH_AGENT_PID} doesn't work under cygwin ps -ef | grep ${SSH_AGENT_PID} | grep ssh-agent$ > /dev/null || { start_agent; } -- cgit v1.3.1