An even nicer solution for the UnarchiveObjects actions.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11058 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-01-26 02:07:39 +00:00
parent 271174f273
commit b8ab94faaa
+1 -1
View File
@@ -1607,7 +1607,7 @@ rule UnarchiveObjects
actions UnarchiveObjects
{
cd $(1[1]:D)
ar -x "$(2)" $(1:D=)
ar -x "$(2)" $(1:BS)
cd -
}