Replaced "echo -n >" by "touch" as it's more portable.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-04-03 19:52:43 +00:00
parent 463235a9a8
commit 5b420b6d10

View File

@ -38,7 +38,7 @@ rule InitScript
actions InitScript1
{
$(RM) $(1)
echo -n > $(1)
touch $(1)
}
rule AddVariableToScript script : variable : value