spotlight: fix bug with mdimport-with.
parent
c85f3790e1
commit
7bbc457531
|
@ -68,7 +68,7 @@ PRIVATE>
|
||||||
absolute-path "mdimport " prepend run-process-output ;
|
absolute-path "mdimport " prepend run-process-output ;
|
||||||
|
|
||||||
: mdimport-with ( path options -- seq )
|
: 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 )
|
MEMO: kMDItems ( -- seq )
|
||||||
"mdimport -A" run-process-output
|
"mdimport -A" run-process-output
|
||||||
|
|
Loading…
Reference in New Issue