New script. Simply evaluates and exec's its arguments. Needed until I

can figure out how to handle redirection easily in tcl/expect.
This commit is contained in:
Ken Raeburn 1993-04-05 17:32:38 +00:00
parent 96b4e5bb5e
commit c0991e3eda
1 changed files with 2 additions and 0 deletions

2
gas/testsuite/lib/run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
eval exec $@