From: Tristan Gingold Date: Tue, 17 May 2011 07:25:07 +0000 (+0000) Subject: check.tpl: Shell-quote testing file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=067e2f069d5b5ad051c46766935a42ba59a20d61;p=gcc.git check.tpl: Shell-quote testing file. 2011-05-17 Tristan Gingold * check.tpl: Shell-quote testing file. From-SVN: r173815 --- diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 57ac148b338..aba71a8c1d7 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,7 @@ +2011-05-17 Tristan Gingold + + * check.tpl: Shell-quote testing file. + 2011-03-22 Joseph Myers * mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe. diff --git a/fixincludes/check.tpl b/fixincludes/check.tpl index b239d8b5598..a9810e28a8f 100644 --- a/fixincludes/check.tpl +++ b/fixincludes/check.tpl @@ -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 )