diff options
author | Ben Elliston <bje@gnu.org> | 2016-04-17 20:29:19 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2016-04-17 20:29:19 +1000 |
commit | 880852b40af584bceeacd2d64a7749886e3bb393 (patch) | |
tree | d44af81e25c2e319c81c359795403077a03d4934 | |
parent | db72659fda602e65fc329cd7a3b66ac1d9832e01 (diff) | |
download | dejagnu-880852b40af584bceeacd2d64a7749886e3bb393.tar.gz dejagnu-880852b40af584bceeacd2d64a7749886e3bb393.tar.bz2 dejagnu-880852b40af584bceeacd2d64a7749886e3bb393.zip |
* lib/rsh.exp (rsh_open): Fix description comment.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lib/rsh.exp | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 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. * runtest: Use $((..)) not `expr ..` and defensively double quote shell variables. diff --git a/lib/rsh.exp b/lib/rsh.exp index 6709c95..b33d5a4 100644 --- a/lib/rsh.exp +++ b/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 |