New script. Simply evaluates and exec's its arguments. Needed until I
authorKen Raeburn <raeburn@cygnus>
Mon, 5 Apr 1993 17:32:38 +0000 (17:32 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 5 Apr 1993 17:32:38 +0000 (17:32 +0000)
can figure out how to handle redirection easily in tcl/expect.

gas/testsuite/lib/run [new file with mode: 0755]

diff --git a/gas/testsuite/lib/run b/gas/testsuite/lib/run
new file mode 100755 (executable)
index 0000000..d4150f8
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+eval exec $@