From 524f4ae08e329cad8e65b841857baec60a6b0ea5 Mon Sep 17 00:00:00 2001 From: Vitaly Lipatov <lav@etersoft.ru> Date: Wed, 7 Jun 2023 18:42:37 +0300 Subject: [PATCH] epm-sh-functions: don't export DISTRVENDOR --- bin/epm-sh-functions | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/epm-sh-functions b/bin/epm-sh-functions index fba567f5..3b7b47d0 100644 --- a/bin/epm-sh-functions +++ b/bin/epm-sh-functions @@ -830,7 +830,6 @@ set_distro_info() [ -n "$DISTRVENDOR" ] && return 0 DISTRVENDOR=$PROGDIR/distr_info - export DISTRVENDOR # export pack of variables, see epm print info --print-eepm-env [ -n "$verbose" ] && $DISTRVENDOR --print-eepm-env -- 2.24.1