aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2004-02-07 14:00:12 +0000
committerBen Elliston <bje@gnu.org>2004-02-07 14:00:12 +0000
commit7eccecb752d585c606b1cf64878c21b18c85d904 (patch)
tree022d673441ba3eed2733bcb7ce7797e3ad4dcd47 /lib
parent8452d117a42ecc3b8ded593b3549503861366699 (diff)
downloaddejagnu-7eccecb752d585c606b1cf64878c21b18c85d904.zip
dejagnu-7eccecb752d585c606b1cf64878c21b18c85d904.tar.gz
dejagnu-7eccecb752d585c606b1cf64878c21b18c85d904.tar.bz2
* lib/standard.exp: Tidy.
Diffstat (limited to 'lib')
-rw-r--r--lib/standard.exp9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/standard.exp b/lib/standard.exp
index 6396aa6..c5c6f77 100644
--- a/lib/standard.exp
+++ b/lib/standard.exp
@@ -1,5 +1,5 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-# 2001, 2002, 2003 Free Software Foundation, Inc.
+# 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
#
# This file is part of DejaGnu.
#
@@ -17,10 +17,8 @@
# along with DejaGnu; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# A set of standard functions for tools. Calls the
-# target-machine-specific versions.
-#
+# A set of standard functions for tools. Calls the target-specific
+# versions.
proc ${tool}_load { program args } {
if { [llength $args] > 0 } {
@@ -34,6 +32,7 @@ proc ${tool}_load { program args } {
} else {
set input_file ""
}
+
return [remote_load target $program $program_args $input_file]
}