mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Use uppercase variables in kaem-era
lowercase variables are inconsistent, bring them into line with rest of live-bootstrap
This commit is contained in:
parent
f7c028b588
commit
1b47720cbc
22 changed files with 307 additions and 316 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#define MAX_TOKENS 3
|
||||
|
||||
char *get_distfiles(char **envp) {
|
||||
char *envvar = "distfiles=";
|
||||
char *envvar = "DISTFILES=";
|
||||
int i = 0;
|
||||
while (envp[i] != NULL && strncmp(envp[i], envvar, strlen(envvar)) != 0) i += 1;
|
||||
// Now we have distfiles= - get just the part we want.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue