summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJameson Rollins <jrollins@finestructure.net>2010-10-29 21:10:17 -0400
committerJameson Rollins <jrollins@finestructure.net>2010-10-30 00:08:56 -0400
commit1655a0779817877ce1e2294ec68e455d6b6721ae (patch)
tree40ed2b7f2464efd493f52b9b094006aa23ebdac0
parent5b32da0412bf995b162cb42cefc5a5a392bdb009 (diff)
fix variable declarations in update_known_hosts
-rw-r--r--src/share/m/update_known_hosts3
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