projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3d5b1
)
ebump: Make ebump POSIX conform
author
idl0r
<idl0r@gentoo.org>
Sun, 10 Oct 2010 15:35:07 +0000
(15:35 -0000)
committer
idl0r
<idl0r@gentoo.org>
Sun, 10 Oct 2010 15:35:07 +0000
(15:35 -0000)
svn path=/trunk/gentoolkit-dev/; revision=816
ChangeLog
patch
|
blob
|
history
src/ebump/ebump
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index bcd5eb77818d94e4c1b405046fd5d648b86c4f0d..95f22dc337ba310e3a20216c17507b818bb2aa0a 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,6
@@
+2010-10-10: Christian Ruppert <idl0r@gentoo.org>
+ * ebump: Make ebump POSIX conform
+
2010-07-03: Christian Ruppert <idl0r@gentoo.org>
* ekeyword: Don't touch an empty KEYWORDS variable in case it occurs more
than once, like in live ebuilds. Bug 321475.
diff --git
a/src/ebump/ebump
b/src/ebump/ebump
index b877318c26bcfb2d00d35b07a609e1c07a9b9fd3..0b905d1c866cb266e9bbf8f2aca4dd3f633937b4 100755
(executable)
--- a/
src/ebump/ebump
+++ b/
src/ebump/ebump
@@
-299,7
+299,7
@@
process_ebuild() {
fi
}
-
function
get_vcs() {
+get_vcs() {
if [[ -d "CVS" ]];
then
echo "cvs"