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:
parent
02b4f3e3e6
commit
347637bebc
@ -21,7 +21,7 @@ rule MkKeymapComp
|
||||
|
||||
actions MkKeymapComp1
|
||||
{
|
||||
$(2[1]) -o $(1) -c $(2[2-]) ;
|
||||
$(2[1]) -o "$(1)" -c "$(2[2-])" ;
|
||||
}
|
||||
|
||||
local keymapFiles = [ GLOB $(SUBDIR) : *.keymap ] ;
|
||||
|
Loading…
Reference in New Issue
Block a user