From: Ken Raeburn Date: Mon, 5 Apr 1993 17:32:38 +0000 (+0000) Subject: New script. Simply evaluates and exec's its arguments. Needed until I X-Git-Tag: gdb-4_18-branchpoint~19654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0991e3eda3fb0cca7464b3c024296a6eb84d38a;p=thirdparty%2Fbinutils-gdb.git New script. Simply evaluates and exec's its arguments. Needed until I can figure out how to handle redirection easily in tcl/expect. --- 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 $@