Commit 067e2f06 by Tristan Gingold Committed by Tristan Gingold

check.tpl: Shell-quote testing file.

2011-05-17  Tristan Gingold  <gingold@adacore.com>

	* check.tpl: Shell-quote testing file.

From-SVN: r173815
parent 6528fc56
2011-05-17 Tristan Gingold <gingold@adacore.com>
* check.tpl: Shell-quote testing file.
2011-03-22 Joseph Myers <joseph@codesourcery.com>
* mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
......
......@@ -85,11 +85,8 @@ FOR fix =][=
(get "hackname") )) )
=][=
ELSE =]
cat >> [=
IF (exist? "files") =][=
files[0] =][=
ELSE =]testing.h[=
ENDIF =] <<_HACK_EOF_
cat >> [= (raw-shell-str (if (exist? "files") (get "files[0]") "testing.h"))
=] <<_HACK_EOF_
#if defined( [=(. HACK)=]_CHECK )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment