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:
Jérôme Duval 2004-08-26 10:13:25 +00:00
parent 02b4f3e3e6
commit 347637bebc

View File

@ -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 ] ;