blob: 78a2bdbad3698ac57f3e36a91fbb3a244cd052a7 [file] [log] [blame]
#!/bin/bash
#Replaces @buildversionid@ by 3.7.1, in the category.xml files.
find ./ -name category.xml -type f -exec sed -i 's/@buildversionid@/3.7.1/g' {} \;