From: Jameson Rollins Date: Sat, 30 Oct 2010 01:10:17 +0000 (-0400) Subject: fix variable declarations in update_known_hosts X-Git-Tag: monkeysphere_0.35-1~1^2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1655a0779817877ce1e2294ec68e455d6b6721ae;p=monkeysphere.git fix variable declarations in update_known_hosts --- 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