summaryrefslogtreecommitdiffstats
path: root/bashrc/common
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-02-07 18:10:58 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2009-02-07 18:10:58 +0100
commit497e29a7804b5c971a59892fcb14d67b39482abd (patch)
treea0d9b9dac59c2d5330b6ee61d9f9447f946ebb99 /bashrc/common
parentbbc54ba89fb0021ef3ef8df61b00c5883734a465 (diff)
downloaddotfiles-497e29a7804b5c971a59892fcb14d67b39482abd.tar.gz
dotfiles-497e29a7804b5c971a59892fcb14d67b39482abd.tar.xz
dotfiles-497e29a7804b5c971a59892fcb14d67b39482abd.zip
fixed typo
Diffstat (limited to 'bashrc/common')
-rw-r--r--bashrc/common/ssh-agent-forwarding.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/common/ssh-agent-forwarding.sh b/bashrc/common/ssh-agent-forwarding.sh
index fc43ee1..2220aaa 100644
--- a/bashrc/common/ssh-agent-forwarding.sh
+++ b/bashrc/common/ssh-agent-forwarding.sh
@@ -1,7 +1,7 @@
TMPFILE=$(mktemp)
# cleanup old agent-sockets
-if [ -r "${HOME}/.ssh-agent-forwardin" ]; then
+if [ -r "${HOME}/.ssh-agent-forwarding" ]; then
cut -d" " -f2 "${HOME}/.ssh-agent-forwarding" | \
xargs ls -a 2>/dev/null | \
grep -f - "${HOME}/.ssh-agent-forwarding" | \