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

This commit is contained in:
Holger Vogt 2025-04-06 12:47:08 +02:00
parent a2dbedff4e
commit 43c4c49e11
1 changed files with 2 additions and 2 deletions

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)) {