fix for metacharacters in keymap filenames
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8660 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,7 +21,7 @@ rule MkKeymapComp
|
|||||||
|
|
||||||
actions MkKeymapComp1
|
actions MkKeymapComp1
|
||||||
{
|
{
|
||||||
$(2[1]) -o $(1) -c $(2[2-]) ;
|
$(2[1]) -o "$(1)" -c "$(2[2-])" ;
|
||||||
}
|
}
|
||||||
|
|
||||||
local keymapFiles = [ GLOB $(SUBDIR) : *.keymap ] ;
|
local keymapFiles = [ GLOB $(SUBDIR) : *.keymap ] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user