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:
e791a26
)
better syntax (perl is nice!)
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 3 Nov 2005 09:23:09 +0000
(09:23 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 3 Nov 2005 09:23:09 +0000
(09:23 +0000)
org.glite.lb/project/get-release-tags
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/project/get-release-tags
b/org.glite.lb/project/get-release-tags
index
54cf3e8
..
5f976e2
100644
(file)
--- a/
org.glite.lb/project/get-release-tags
+++ b/
org.glite.lb/project/get-release-tags
@@
-14,7
+14,7
@@
$Getopt::Std::STANDARD_HELP_VERSION = 1;
getopts('r:t:s:');
if (($opt_r && $opt_t) || (!$opt_r && !$opt_t) || !$opt_s) {
- Getopt::Std::help_mess
'r:t:s:','main'
;
+ Getopt::Std::help_mess
('r:t:s:','main')
;
exit 1;
}