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:
parent
463235a9a8
commit
5b420b6d10
@ -38,7 +38,7 @@ rule InitScript
|
||||
actions InitScript1
|
||||
{
|
||||
$(RM) $(1)
|
||||
echo -n > $(1)
|
||||
touch $(1)
|
||||
}
|
||||
|
||||
rule AddVariableToScript script : variable : value
|
||||
|
Loading…
Reference in New Issue
Block a user