Browse Source

* lib/rsh.exp (rsh_open): Fix description comment.

dejagnu-1.6.1
Ben Elliston 10 years ago
parent
commit
880852b40a
  1. 4
      ChangeLog
  2. 2
      lib/rsh.exp

4
ChangeLog

@ -1,3 +1,7 @@
2016-04-17 Ben Elliston <bje@gnu.org>
* lib/rsh.exp (rsh_open): Fix description comment.
2016-04-17 Ben Elliston <bje@gnu.org>
Reported by shellcheck.

2
lib/rsh.exp

@ -17,7 +17,7 @@
# along with DejaGnu; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# Connect to HOSTNAME using rlogin(1).
# Connect to HOSTNAME using rsh(1).
#
proc rsh_open { hostname } {
global spawn_id

Loading…
Cancel
Save