re-enable adding variables (path names) to list variable "sourcepath"

This commit is contained in:
Holger Vogt
2025-05-24 11:26:18 +02:00
parent a2dbedff4e
commit 43c4c49e11
+2 -2
View File
@@ -9722,8 +9722,8 @@ int add_to_sourcepath(const char* filepath, const char* path)
else
return 1;
startwl = newwl = wl_from_string("sourcepath = ( ");
endwl = wl_from_string(" )");
startwl = newwl = wl_from_string("sourcepath=(");
endwl = wl_from_string(")");
/* add fpath to 'sourcepath' list variable */
if (cp_getvar("sourcepath", CP_LIST, NULL, 0)) {