Skip to content

Commit 6699ae8

Browse files
committed
try to fix system_search_path
1 parent 86a0958 commit 6699ae8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
falsecolour output, drag sliders, occasional segv ... unreffing a region in
44
maplut_stop on an image that's already been freed? ouch
55

6+
is system_search_path working now?
7+
68
- need a compat folder for 8.2?
79

810
- sharpen should use new interface?

share/nip2/start/_convert.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ path_parse str
617617
/* Return $PATH, reformatted as [["comp1", "comp2"], ["comp1", "comp2"] ..]
618618
*/
619619
system_search_path
620-
= vipsbin ++
620+
= [vipsbin] ++
621621
map path_parse (split (equal path_sep) (expand "$PATH"))
622622
{
623623
/* On some platforms we ship vips with a few extra progs. Search

0 commit comments

Comments
 (0)