Add missing \n when generating pkg.conf
Reported by: beat Approved by: des (mentor) MFC after: 1 day
This commit is contained in:
parent
9d569918e6
commit
514ead92ea
@ -371,7 +371,7 @@ bootstrap_pkg(void)
|
|||||||
config = fopen(conf, "w+");
|
config = fopen(conf, "w+");
|
||||||
if (config == NULL)
|
if (config == NULL)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
fprintf(config, "packagesite: %s", url);
|
fprintf(config, "packagesite: %s\n", url);
|
||||||
fclose(config);
|
fclose(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user