diff options
Diffstat (limited to 'common/hwconfig.c')
-rw-r--r-- | common/hwconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hwconfig.c b/common/hwconfig.c index 85aaabb..e5186d7 100644 --- a/common/hwconfig.c +++ b/common/hwconfig.c @@ -81,7 +81,7 @@ static const char *__hwconfig(const char *opt, size_t *arglen, "and before environment is ready\n"); return NULL; } - env_hwconfig = getenv("hwconfig"); + env_hwconfig = env_get("hwconfig"); } if (env_hwconfig) { |