From: Artem Bityutskiy Date: Fri, 3 Jan 2014 12:04:28 +0000 (+0200) Subject: installerfw-sh-functions: save installer name too X-Git-Tag: submit/tizen/20140814.121617~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d26918f124e1bd464bb0f48fe281684d05b57b6e;p=platform%2Fadaptation%2Fsetup-scripts.git installerfw-sh-functions: save installer name too Signed-off-by: Artem Bityutskiy --- 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")"