diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-10-29 21:10:17 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-10-30 00:08:56 -0400 |
commit | 1655a0779817877ce1e2294ec68e455d6b6721ae (patch) | |
tree | 40ed2b7f2464efd493f52b9b094006aa23ebdac0 /src/share | |
parent | 5b32da0412bf995b162cb42cefc5a5a392bdb009 (diff) |
fix variable declarations in update_known_hosts
Diffstat (limited to 'src/share')
-rw-r--r-- | src/share/m/update_known_hosts | 3 |
1 files changed, 1 insertions, 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 |