From: Paul Varner Date: Wed, 13 Jul 2011 15:41:22 +0000 (-0500) Subject: Hardcode APP_NAME to revdep-rebuild X-Git-Tag: gentoolkit-0.3.0.5~25^2~3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e3bd1e011048d776b39e38308bc22c58b03c5c7f;p=gentoolkit.git Hardcode APP_NAME to revdep-rebuild --- diff --git a/bin/revdep-rebuild.sh b/bin/revdep-rebuild.sh index f00b791..abeed6b 100755 --- a/bin/revdep-rebuild.sh +++ b/bin/revdep-rebuild.sh @@ -17,7 +17,7 @@ unset GREP_OPTIONS # Readonly variables: -declare -r APP_NAME="${0##*/}" # The name of this application +declare -r APP_NAME="revdep-rebuild" # # The name of this application declare -r VERSION="svn" declare -r OIFS="$IFS" # Save the IFS declare -r ENV_FILE=0_env.rr # Contains environment variables