git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1c905a
)
Commit missing quotes.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 16 Jun 2010 13:16:52 +0000
(13:16 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 16 Jun 2010 13:16:52 +0000
(13:16 +0000)
org.glite.lb/etics-tag.pl
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/etics-tag.pl
b/org.glite.lb/etics-tag.pl
index
431edc1
..
280aaf9
100755
(executable)
--- a/
org.glite.lb/etics-tag.pl
+++ b/
org.glite.lb/etics-tag.pl
@@
-201,7
+201,7
@@
usage: $0 [-i maj|min|rev|age|none|<sigle_word_age>] [-g] [-c <current configura
system("cp $module/project/ChangeLog $tmpChangeLog");
unless ($increment eq "n") {system("echo $major.$minor.$revision-$age >> $tmpChangeLog");}
- if ($increment eq "a") {system("echo \"- Module rebuilt >> $tmpChangeLog");}
+ if ($increment eq "a") {system("echo \"- Module rebuilt
\"
>> $tmpChangeLog");}
$ChangeLogRet=system("vim $tmpChangeLog");