projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a274e7f
)
Remove redundant return statement.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Jan 2008 01:39:39 +0000
(
01:39
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Jan 2008 01:39:39 +0000
(
01:39
-0000)
svn path=/main/trunk/; revision=9195
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 81ea96eb24145e485be47ced3bf037e06ce55a20..1bcd02852e536e5f585646be965eeced44e4e335 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1490,7
+1490,7
@@
preprocess_ebuild_env() {
local retval
if [ -e "${T}/environment.success" ] ; then
filter_readonly_variables < \
- "${T}/environment.filtered" > "${T}/environment"
|| return $?
+ "${T}/environment.filtered" > "${T}/environment"
retval=$?
else
retval=1