projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3adf1c0
)
Allow 'all' back in as a 'thing'
author
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 2 Sep 2011 22:41:44 +0000
(18:41 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 2 Sep 2011 22:41:44 +0000
(18:41 -0400)
bucardo
patch
|
blob
|
blame
|
history
diff --git
a/bucardo
b/bucardo
index 6f6863c8361af93941d8832bebcc48166aca8d5c..d66af2526468010c1b0b944918d9235e55b32ffa 100755
(executable)
--- a/
bucardo
+++ b/
bucardo
@@
-8184,6
+8184,8
@@
sub standardize_name {
return 'sequence' if $name =~ /^seq/i;
+ return 'all' if $name =~ /^all$/i;
+
return '';
} ## end of standardize_name