diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-04-15 12:10:50 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-04-15 12:10:50 +0000 |
commit | 6756341298d0336c6f3ef77da56db6c766a82f8d (patch) | |
tree | b543c460a825beb378e87f8d30e3833a7dcc48c3 | |
parent | 2add176fe10ff9cc06103fcfebcc5b9a47033ffa (diff) | |
download | portage-6756341298d0336c6f3ef77da56db6c766a82f8d.tar.gz portage-6756341298d0336c6f3ef77da56db6c766a82f8d.tar.bz2 portage-6756341298d0336c6f3ef77da56db6c766a82f8d.zip |
fix typo from rev 3151
svn path=/main/trunk/; revision=3152
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index b5a581c31..8aa7ee201 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -725,7 +725,7 @@ dyn_clean() { if ! hasq keeptemp $FEATURES; then rm -rf "${T}" else - [ -e "${T}/environment ] && mv "${T}/environment" "${T}/environment.keeptemp" + [ -e "${T}/environment" ] && mv "${T}/environment" "${T}/environment.keeptemp" fi if ! hasq keepwork $FEATURES; then |