| Hack: | Running the ssh-Agent in a GUI | |
| Subject: | Syntax Error | |
| Date: | 2003-12-08 19:17:23 | |
| From: | anonymous2 | |
| This hack didn't work for me as written. Some explanation of how the shell scripts are supposed to work would help us 'relative' n00by's. | ||
Showing messages 1 through 2 of 2.
-
Syntax Error
2004-02-05 21:32:02 colin_daly [View]
-
Syntax Error
2004-02-05 21:33:48 colin_daly [View]
that should be kill -0 (zero) not kill -O
| Showing messages 1 through 2 of 2. |



i think the line
if ! kill -O $SSH_AGENT_PID > /dev/null 2> then
should be
if ! kill -O $SSH_AGENT_PID > /dev/null 2>&1 then