Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308517
b: refs/heads/master
c: 9f420bf
h: refs/heads/master
i:
  308515: 5f67d95
v: v3
  • Loading branch information
Eric W. Biederman authored and Michal Marek committed May 7, 2012
1 parent 0c3eef5 commit f5d2506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5efe241eac80bb534fed0a965684c2d7527af5bf
refs/heads/master: 9f420bf0f4a74e404b73b42b7fc3c85c20c64ea7
4 changes: 3 additions & 1 deletion trunk/scripts/kconfig/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,9 @@ int main(int ac, char **av)
case alldefconfig:
case randconfig:
name = getenv("KCONFIG_ALLCONFIG");
if (name && (strcmp(name, "") != 0) && (strcmp(name, "1") != 0)) {
if (!name)
break;
if ((strcmp(name, "") != 0) && (strcmp(name, "1") != 0)) {
if (conf_read_simple(name, S_DEF_USER)) {
fprintf(stderr,
_("*** Can't read seed configuration \"%s\"!\n"),
Expand Down

0 comments on commit f5d2506

Please sign in to comment.