aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-07-09 22:33:21 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-07-09 22:33:21 +0000
commit37e5625b289d67221a69d1319cbd91481e20bfcf (patch)
tree958bb1b72708ab1cc9d81087cf1639e991c242ac
parentFinish refactoring the code (diff)
downloadgentoolkit-37e5625b289d67221a69d1319cbd91481e20bfcf.tar.gz
gentoolkit-37e5625b289d67221a69d1319cbd91481e20bfcf.tar.bz2
gentoolkit-37e5625b289d67221a69d1319cbd91481e20bfcf.zip
Remove extraneous debug code, fix typo
svn path=/; revision=495
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 7767990..145a25d 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild
+++ b/trunk/src/revdep-rebuild/revdep-rebuild
@@ -602,8 +602,7 @@ get_search_env() {
# Save the environment in a file for next time
echo "$new_env" > "$ENV_FILE"
-# [[ $VERBOSE ]] && echo $'\n'"$APP_NAME environment:"$'\n'"$new_env"
- [[ $VERBOSE ]] && echo $'\n'"$APP_NAME environment:"$'\n'"$(cat $ENV_FILE)"
+ [[ $VERBOSE ]] && echo $'\n'"$APP_NAME environment:"$'\n'"$new_env"
echo
einfo "Checking reverse dependencies"
@@ -616,7 +615,7 @@ get_files() {
einfo "Found existing $FILES_FILE"
else
# Be safe and remove any extraneous temporary files
- # Don't remove -_env.rr - The first file in the array
+ # Don't remove 0_env.rr - The first file in the array
rm -f "${FILES[@]:1}"
clean_trap "$FILES_FILE"