From e3bd1e011048d776b39e38308bc22c58b03c5c7f Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Wed, 13 Jul 2011 10:41:22 -0500 Subject: [PATCH] Hardcode APP_NAME to revdep-rebuild --- bin/revdep-rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2