diff mbox

Your change to ada/cats/run_acats in February

Message ID 201009300828.28100.ebotcazou@adacore.com
State New
Headers show

Commit Message

Eric Botcazou Sept. 30, 2010, 6:28 a.m. UTC
> Let's remove this $SHELL thing, it already wasn't necessary when it was
> added.

Tested on i586-suse-linux, applied on mainline and 4.5 branch.


2010-09-30  Eric Botcazou  <ebotcazou@adacore.com>

	* ada/acats/run_acats: Revert revision 157037.
diff mbox

Patch

Index: ada/acats/run_acats
===================================================================
--- ada/acats/run_acats	(revision 164716)
+++ ada/acats/run_acats	(working copy)
@@ -70,4 +70,4 @@  chmod +x host_gnatmake
 # Limit the stack to 16MB for stack checking
 ulimit -s 16384
 
-exec $SHELL $testdir/run_all.sh ${1+"$@"}
+exec $testdir/run_all.sh ${1+"$@"}