From: fuzzyray Date: Wed, 9 Jul 2008 22:33:21 +0000 (-0000) Subject: Remove extraneous debug code, fix typo X-Git-Tag: gentoolkit-0.2.4.3~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=37e5625b289d67221a69d1319cbd91481e20bfcf;p=gentoolkit.git Remove extraneous debug code, fix typo svn path=/; revision=495 --- 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"