From 1655a0779817877ce1e2294ec68e455d6b6721ae Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Fri, 29 Oct 2010 21:10:17 -0400 Subject: fix variable declarations in update_known_hosts --- src/share/m/update_known_hosts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/share/m/update_known_hosts b/src/share/m/update_known_hosts index d167ae0..944f7b3 100644 --- a/src/share/m/update_known_hosts +++ b/src/share/m/update_known_hosts @@ -14,8 +14,7 @@ # update the known_hosts file for a set of hosts listed on command # line update_known_hosts() { - local returnCode=0 - local fileCheck + local tmpFile local host # touch the known_hosts file so that the file permission check -- cgit v1.2.3