summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2011-07-13 10:41:22 -0500
committerPaul Varner <fuzzyray@gentoo.org>2011-07-13 10:41:48 -0500
commite3bd1e011048d776b39e38308bc22c58b03c5c7f (patch)
treed6145ea9c8416e18067ccafc51423fbd067192ba
parent2664f68f9553b94a9bb93dc0282de6ffbf8232f9 (diff)
downloadgentoolkit-e3bd1e011048d776b39e38308bc22c58b03c5c7f.tar.gz
Hardcode APP_NAME to revdep-rebuild
-rwxr-xr-xbin/revdep-rebuild.sh2
1 files changed, 1 insertions, 1 deletions
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