From 332dad74beecde52f74092dd409ebb2355fb16f4 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 22 Mar 2012 14:49:27 -0400 Subject: [PATCH] bashrc: fix bash redirection order to avoid error message - thanks Mike --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 788f6a0..4dab293 100755 --- a/bashrc +++ b/bashrc @@ -12,7 +12,7 @@ if [ -e /bin/cygwin1.dll ]; then export SSH_AUTH_SOCK=/tmp/.ssh_socket - ssh-add -l 2>&1 >/dev/null + ssh-add -l >/dev/null 2>&1 if [ $? = 2 ]; then # exit status 2 means we couldn't connect to ssh-agent,