]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/util/string.jam
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / src / util / string.jam
index a39ed119e20ae0b45f30ae0b88f6f2ef2cfccc68..b7af7c2e4930e318bed927167ae7985562019bfa 100644 (file)
@@ -93,7 +93,7 @@ rule abbreviate ( string )
         s2 = $(r:J="") ;
 
         # Chop all vowels out of the remainder.
-        s2 = [ regex.replace $(s2) [AEIOUaeiou] "" ] ;
+        s2 = [ regex.replace $(s2) "[AEIOUaeiou]" "" ] ;
 
         # Shorten remaining consonants to 4 characters.
         s2 = [ MATCH ^(.?.?.?.?) : $(s2) ] ;