Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

Commit dd77543

Browse files
committed
let's be consistent in naming variables
1 parent 42d46a7 commit dd77543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ssh-test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ fi
5252
#
5353

5454
longest_hostname=0
55-
for h in $(cat $1); do
56-
length=${#h}
55+
for line in $(cat $1); do
56+
length=${#line}
5757
[ $length -gt $longest_hostname ] && longest_hostname=$length
5858
done
5959

0 commit comments

Comments
 (0)