Browse Source

* lib/framework.exp (isremote): Pass $board to is_remote.

psql
Ben Elliston 7 years ago
parent
commit
7036b888b2
  1. 4
      ChangeLog
  2. 2
      lib/framework.exp

4
ChangeLog

@ -1,3 +1,7 @@
2018-12-02 Ben Elliston <bje@gnu.org>
* lib/framework.exp (isremote): Pass $board to is_remote.
2018-12-02 Ben Elliston <bje@gnu.org> 2018-12-02 Ben Elliston <bje@gnu.org>
* doc/fdl.texi: New. * doc/fdl.texi: New.

2
lib/framework.exp

@ -118,7 +118,7 @@ proc isbuild { { pattern "" } } {
# Is $board remote? Return a non-zero value if so. # Is $board remote? Return a non-zero value if so.
# #
proc isremote { board } { proc isremote { board } {
return [is_remote board] return [is_remote $board]
} }
# Legacy library proc for isremote. # Legacy library proc for isremote.

Loading…
Cancel
Save