echo needs -e to interpret special escapes like \t
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32618 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -606,7 +606,7 @@ if [ IsOptionalHaikuImagePackageAdded P7zip ] {
|
|||||||
|
|
||||||
actions BuildHaikuImageExpanderRules
|
actions BuildHaikuImageExpanderRules
|
||||||
{
|
{
|
||||||
echo "\"application/x-7z-compressed\"\t.7z\t\"7za l \0045s\"\t\"7za x -y \0045s\"" > $(1)
|
echo -e "\"application/x-7z-compressed\"\t.7z\t\"7za l \0045s\"\t\"7za x -y \0045s\"" > $(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
Always expander.rules ;
|
Always expander.rules ;
|
||||||
|
|||||||
Reference in New Issue
Block a user