Changeset 0ea5050 for fedkit


Ignore:
Timestamp:
Nov 26, 2008 10:17:13 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
a2da110
Parents:
93a06fb
Message:

Simplify the filehandle in the open call, so real data is read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/fed-tun.pl

    r93a06fb r0ea5050  
    261261        print "$cmd\n" if $debug;
    262262
    263         open($SSHCMD[$count], $cmd)
     263        open(SSHCMD, $cmd)
    264264           or die "Failed to run ssh";
    265265
    266         my $check = <$SSHCMD[$count]>;  # Make sure something ran...
     266        my $check = <SSHCMD>;  # Make sure something ran...
    267267        print "Got line [$check] from remote side\n" if ($debug);
    268268
Note: See TracChangeset for help on using the changeset viewer.