spotlight: fix bug with mdimport-with.

db4
John Benediktsson 2013-11-18 16:50:40 -08:00
parent c85f3790e1
commit 7bbc457531
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ PRIVATE>
absolute-path "mdimport " prepend run-process-output ;
: mdimport-with ( path options -- seq )
absolute-path swap "mdimport %s %s" sprintf run-process-output ;
swap absolute-path "mdimport %s %s" sprintf run-process-output ;
MEMO: kMDItems ( -- seq )
"mdimport -A" run-process-output