From c0991e3eda3fb0cca7464b3c024296a6eb84d38a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 5 Apr 1993 17:32:38 +0000 Subject: [PATCH] New script. Simply evaluates and exec's its arguments. Needed until I can figure out how to handle redirection easily in tcl/expect. --- gas/testsuite/lib/run | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 gas/testsuite/lib/run diff --git a/gas/testsuite/lib/run b/gas/testsuite/lib/run new file mode 100755 index 00000000000..d4150f8d4ce --- /dev/null +++ b/gas/testsuite/lib/run @@ -0,0 +1,2 @@ +#!/bin/sh +eval exec $@ -- 2.30.2