aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-07 05:10:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-07 05:10:20 +0000
commitf36b964d6333e49ab0797355ecdd413724baae97 (patch)
tree1013e228ce045535d3a33d04f667703584602c14 /make-manuf
parent54965169c20f02ef186c5f6661725ff2487aac64 (diff)
Add holding|spa to the strings removed from manuf names.
manuf will be automatically rebuilt on Sunday. svn path=/trunk/; revision=28965
Diffstat (limited to 'make-manuf')
-rwxr-xr-xmake-manuf2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-manuf b/make-manuf
index 2c0c2a4916..b1b20f0a13 100755
--- a/make-manuf
+++ b/make-manuf
@@ -55,7 +55,7 @@ sub shorten
# & isn't needed when Standalone
$manuf =~ s/ \& / /g;
# Remove any "the", "inc", "plc" ...
- $manuf =~ s/\s(the|inc|incorporated|plc||systems|corp|corporation|s\/a|a\/s|ab|ag|kg|gmbh|co|company|limited|ltd)(?= )//gi;
+ $manuf =~ s/\s(the|inc|incorporated|plc||systems|corp|corporation|s\/a|a\/s|ab|ag|kg|gmbh|co|company|limited|ltd|holding|spa)(?= )//gi;
# Convert to consistent case
$manuf =~ s/(\w+)/\u\L$1/g;
# Remove all spaces