diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-04-05 17:32:38 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-04-05 17:32:38 +0000 |
commit | c0991e3eda3fb0cca7464b3c024296a6eb84d38a (patch) | |
tree | 0ecfa8752f6ce14f21724f6b8b98a5e411f84b5b /gas/testsuite | |
parent | 96b4e5bb5e38f141d9e5da64788013737d619242 (diff) | |
download | gdb-c0991e3eda3fb0cca7464b3c024296a6eb84d38a.zip gdb-c0991e3eda3fb0cca7464b3c024296a6eb84d38a.tar.gz gdb-c0991e3eda3fb0cca7464b3c024296a6eb84d38a.tar.bz2 |
New script. Simply evaluates and exec's its arguments. Needed until I
can figure out how to handle redirection easily in tcl/expect.
Diffstat (limited to 'gas/testsuite')
-rwxr-xr-x | gas/testsuite/lib/run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/testsuite/lib/run b/gas/testsuite/lib/run new file mode 100755 index 0000000..d4150f8 --- /dev/null +++ b/gas/testsuite/lib/run @@ -0,0 +1,2 @@ +#!/bin/sh +eval exec $@ |