From 502560c613c82bfda49a220564427fef98fb94f0 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Mon, 1 Mar 2010 21:17:11 +0000 Subject: Fix VERSION string caused by previous patching svn path=/trunk/gentoolkit/; revision=749 --- bin/revdep-rebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3