From d26918f124e1bd464bb0f48fe281684d05b57b6e Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 3 Jan 2014 14:04:28 +0200 Subject: [PATCH] installerfw-sh-functions: save installer name too Signed-off-by: Artem Bityutskiy --- installerfw-sh-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/installerfw-sh-functions b/installerfw-sh-functions index d865023..7d8a9b3 100644 --- a/installerfw-sh-functions +++ b/installerfw-sh-functions @@ -75,6 +75,7 @@ installerfw_save_env() -e '^INSTALLERFW_PART[[:digit:]]\+_UUID=' \ -e '^INSTALLERFW_PART_COUNT=' \ -e '^INSTALLERFW_PTABLE_FORMAT=' \ +-e '^INSTALLERFW_INSTALLER_NAME=' \ " local variables="$(printenv | eval "LC_ALL=C grep $opts")" -- 2.7.4