From 416b56226e577d556a9a56a42d7021fd54b53e1c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 6 Dec 2007 23:38:00 +0000 Subject: Declare retval as a local variable. (trunk r8859) svn path=/main/branches/2.1.2/; revision=8860 --- bin/ebuild.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index c40403264..f1d42bd01 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1464,6 +1464,7 @@ preprocess_ebuild_env() { save_ebuild_env || exit $? touch "${T}/environment.success" || exit $? ) | filter_readonly_variables > "${T}/environment.filtered" + local retval if [ -e "${T}/environment.success" ] ; then mv "${T}/environment.filtered" "${T}/environment" retval=$? -- cgit v1.2.3-1-g7c22