diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2010-03-01 21:17:11 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2010-03-01 21:17:11 +0000 |
| commit | 502560c613c82bfda49a220564427fef98fb94f0 (patch) | |
| tree | 60d0b10609bcabea0a1ff72e095e046d90976770 | |
| parent | f8ea1243880593d67d1aef493c6b3ff7b4d264ba (diff) | |
| download | gentoolkit-502560c613c82bfda49a220564427fef98fb94f0.tar.gz | |
Fix VERSION string caused by previous patching
svn path=/trunk/gentoolkit/; revision=749
| -rwxr-xr-x | bin/revdep-rebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild index e2b551d..fe288e1 100755 --- a/bin/revdep-rebuild +++ b/bin/revdep-rebuild @@ -18,7 +18,7 @@ unset GREP_OPTIONS # Readonly variables: declare -r APP_NAME="${0##*/}" # The name of this application -declare -r VERSION="genscripts-r230" +declare -r VERSION="svn" declare -r OIFS="$IFS" # Save the IFS declare -r ENV_FILE=0_env.rr # Contains environment variables declare -r FILES_FILE=1_files.rr # Contains a list of files to search |
