From e0c1f331dce0e989793eaef4ab43c3395bb50770 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 14 Feb 2015 15:41:32 +0100 Subject: [PATCH] Do not create the same file twice in demos/subst --- demos/subst/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/subst/wscript b/demos/subst/wscript index 38078143..521bed2c 100644 --- a/demos/subst/wscript +++ b/demos/subst/wscript @@ -53,7 +53,7 @@ def build(bld): bld(features='subst', fun=hlink, source='wscript', target='wscript3') # this one is just a reminder that simple files can be created (and a test too) - bld(rule='echo "การไฟ่" > ${TGT}', target='foo.txt') + bld(rule='echo "การไฟ่" > ${TGT}', target='uni.txt') # and this is an alternate syntax #@bld.rule(source='wscript', target='wscript2')