check.tpl: Shell-quote testing file.
2011-05-17 Tristan Gingold <gingold@adacore.com> * check.tpl: Shell-quote testing file. From-SVN: r173815
This commit is contained in:
parent
6528fc5697
commit
067e2f069d
2 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue