From 8d3d7956661dcddf5e093a64d996dccff22c15c9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 25 Dec 2017 02:40:19 +0000 Subject: Remove env_get --- src/libexecline/el_getstrict.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libexecline') diff --git a/src/libexecline/el_getstrict.c b/src/libexecline/el_getstrict.c index 50127be..2591193 100644 --- a/src/libexecline/el_getstrict.c +++ b/src/libexecline/el_getstrict.c @@ -1,6 +1,6 @@ /* ISC license. */ -#include +#include #include #include @@ -10,7 +10,7 @@ unsigned int el_getstrict (void) static int first = 1 ; if (first) { - char const *x = env_get("EXECLINE_STRICT") ; + char const *x = getenv("EXECLINE_STRICT") ; first = 0 ; if (x) uint0_scan(x, &strict) ; } -- cgit v1.2.3