projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0c76c7
)
Fix VERSION string caused by previous patching
author
fuzzyray
<fuzzyray@gentoo.org>
Mon, 1 Mar 2010 21:17:11 +0000
(21:17 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Mon, 1 Mar 2010 21:17:11 +0000
(21:17 -0000)
svn path=/branches/gentoolkit-0.2.4/; revision=749
src/revdep-rebuild/revdep-rebuild
patch
|
blob
|
history
diff --git
a/src/revdep-rebuild/revdep-rebuild
b/src/revdep-rebuild/revdep-rebuild
index e2b551d55c0ba1d3c480d2c1886dc50ae2a75eb1..de40085713bb59f4e57d4f59d506dce723f7bea9 100755
(executable)
--- a/
src/revdep-rebuild/revdep-rebuild
+++ b/
src/revdep-rebuild/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="
0.2.4.6
"
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