diff options
| author | Paul Varner <fuzzyray@gentoo.org> | 2011-07-13 10:41:22 -0500 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2011-07-13 10:41:48 -0500 |
| commit | e3bd1e011048d776b39e38308bc22c58b03c5c7f (patch) | |
| tree | d6145ea9c8416e18067ccafc51423fbd067192ba | |
| parent | 2664f68f9553b94a9bb93dc0282de6ffbf8232f9 (diff) | |
| download | gentoolkit-e3bd1e011048d776b39e38308bc22c58b03c5c7f.tar.gz | |
Hardcode APP_NAME to revdep-rebuild
| -rwxr-xr-x | bin/revdep-rebuild.sh | 2 |
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 |
