From 067e2f069d5b5ad051c46766935a42ba59a20d61 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 17 May 2011 07:25:07 +0000 Subject: check.tpl: Shell-quote testing file. 2011-05-17 Tristan Gingold * check.tpl: Shell-quote testing file. From-SVN: r173815 --- fixincludes/ChangeLog | 4 ++++ fixincludes/check.tpl | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'fixincludes') diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 57ac148..aba71a8 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 b239d8b..a9810e2 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 ) -- cgit v1.1